yetessam commited on
Commit
85c65d7
·
verified ·
1 Parent(s): 0e921e3

Update app.py

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