yetessam commited on
Commit
a6a43c9
·
verified ·
1 Parent(s): 7155a63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,5 +60,5 @@ else:
60
  )
61
 
62
  # Launch the UI earlier or without passing through the Agent
63
- GradioUI(agent).launch(debug=True, share=True, ssr=False)
64
 
 
60
  )
61
 
62
  # Launch the UI earlier or without passing through the Agent
63
+ GradioUI(agent).launch()
64