Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,7 @@ import gradio as gr
|
|
| 2 |
from huggingface_hub import InferenceClient
|
| 3 |
|
| 4 |
# Initialize the client with the fine-tuned model
|
| 5 |
-
client = InferenceClient("
|
| 6 |
|
| 7 |
# Model's token limit
|
| 8 |
MODEL_TOKEN_LIMIT = 16384
|
|
|
|
| 2 |
from huggingface_hub import InferenceClient
|
| 3 |
|
| 4 |
# Initialize the client with the fine-tuned model
|
| 5 |
+
client = InferenceClient("deepseek-ai/DeepSeek-R1") # Update if using another model
|
| 6 |
|
| 7 |
# Model's token limit
|
| 8 |
MODEL_TOKEN_LIMIT = 16384
|