Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ class GAIAAgent:
|
|
| 14 |
def __init__(self):
|
| 15 |
print("GAIAAgent with HfApiModel initialized.")
|
| 16 |
self.model = gr.load(
|
| 17 |
-
"models/deepseek-ai/DeepSeek-R1
|
| 18 |
provider="novita",
|
| 19 |
).launch()
|
| 20 |
|
|
|
|
| 14 |
def __init__(self):
|
| 15 |
print("GAIAAgent with HfApiModel initialized.")
|
| 16 |
self.model = gr.load(
|
| 17 |
+
"models/deepseek-ai/DeepSeek-R1",
|
| 18 |
provider="novita",
|
| 19 |
).launch()
|
| 20 |
|