Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -79,7 +79,7 @@ def get_current_time_in_timezone(timezone: str) -> str:
|
|
| 79 |
|
| 80 |
|
| 81 |
final_answer = FinalAnswerTool()
|
| 82 |
-
|
| 83 |
max_tokens=2096,
|
| 84 |
temperature=0.5,
|
| 85 |
model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
|
|
|
|
| 79 |
|
| 80 |
|
| 81 |
final_answer = FinalAnswerTool()
|
| 82 |
+
model = HfApiModel(
|
| 83 |
max_tokens=2096,
|
| 84 |
temperature=0.5,
|
| 85 |
model_id='https://wxknx1kg971u7k1n.us-east-1.aws.endpoints.huggingface.cloud',# it is possible that this model may be overloaded
|