Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
import gradio as gr
|
| 7 |
|
| 8 |
# Use your Hugging Face token
|
| 9 |
-
api_key = ""
|
| 10 |
|
| 11 |
# Pass the API key to authenticate
|
| 12 |
interface = gr.load("models/Qwen/QwQ-32B-Preview", api_key=api_key)
|
|
|
|
| 6 |
import gradio as gr
|
| 7 |
|
| 8 |
# Use your Hugging Face token
|
| 9 |
+
api_key = "first_llm"
|
| 10 |
|
| 11 |
# Pass the API key to authenticate
|
| 12 |
interface = gr.load("models/Qwen/QwQ-32B-Preview", api_key=api_key)
|