MonsieurMory commited on
Commit
c16ebf6
·
verified ·
1 Parent(s): f86e732

Upload app.py

Browse files

Making my agent shareable

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