SimpleSam commited on
Commit
de077b5
·
verified ·
1 Parent(s): 45ad4e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,4 +79,4 @@ agent = CodeAgent(
79
  )
80
 
81
 
82
- GradioUI(agent).launch()
 
79
  )
80
 
81
 
82
+ GradioUI(agent).launch(share=True)