Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -290,4 +290,6 @@ def agent_runner(user_input):
|
|
290 |
return f"Backup model failed as well: {e2}"
|
291 |
|
292 |
# Launch Gradio with Fallback Logic
|
|
|
|
|
293 |
GradioUI(agent_runner).launch()
|
|
|
290 |
return f"Backup model failed as well: {e2}"
|
291 |
|
292 |
# Launch Gradio with Fallback Logic
|
293 |
+
|
294 |
+
|
295 |
GradioUI(agent_runner).launch()
|