krrishk22 commited on
Commit
420ef22
·
verified ·
1 Parent(s): 49e574b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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()