Spaces:
Sleeping
Sleeping
Update pages/2_Chatbot_AR.py
Browse files- pages/2_Chatbot_AR.py +1 -1
pages/2_Chatbot_AR.py
CHANGED
@@ -206,7 +206,7 @@ llm_ar = HuggingFaceHub(
|
|
206 |
model_kwargs={
|
207 |
"temperature": 0.5,
|
208 |
"max_length": 500,
|
209 |
-
"timeout":
|
210 |
}
|
211 |
)
|
212 |
|
|
|
206 |
model_kwargs={
|
207 |
"temperature": 0.5,
|
208 |
"max_length": 500,
|
209 |
+
"timeout": 600
|
210 |
}
|
211 |
)
|
212 |
|