Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
from text_generation import InferenceAPIClient
|
| 3 |
-
import os
|
| 4 |
-
os.environ["HF_TOKEN"] = "hf_your_token_here"
|
| 5 |
|
| 6 |
# ✅ Choose your model (you can change this to another instruct model)
|
| 7 |
client = InferenceAPIClient("deepseek-ai/DeepSeek-R1")
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from text_generation import InferenceAPIClient
|
|
|
|
|
|
|
| 3 |
|
| 4 |
# ✅ Choose your model (you can change this to another instruct model)
|
| 5 |
client = InferenceAPIClient("deepseek-ai/DeepSeek-R1")
|