mmhss commited on
Commit
e2df96b
·
verified ·
1 Parent(s): 8f8f7d2

gradio to true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,4 +97,4 @@ agent = CodeAgent(
97
  )
98
 
99
 
100
- GradioUI(agent).launch()
 
97
  )
98
 
99
 
100
+ GradioUI(agent).launch(share=True)