SilviuMatei commited on
Commit
bbfa55b
·
verified ·
1 Parent(s): d868988

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,5 +44,5 @@ agent = CodeAgent(
44
 
45
  # Launch the agent
46
  from Gradio_UI import GradioUI
47
- GradioUI(agent).launch(share=True)
48
 
 
44
 
45
  # Launch the agent
46
  from Gradio_UI import GradioUI
47
+ GradioUI(agent).launch()
48