mandalravi commited on
Commit
6fca7ac
·
verified ·
1 Parent(s): eeecb98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -61,5 +61,4 @@ agent = CodeAgent(
61
  prompt_templates=prompt_templates
62
  )
63
 
64
-
65
- GradioUI(agent).launch(debug=True, share=True)
 
61
  prompt_templates=prompt_templates
62
  )
63
 
64
+ GradioUI(agent).launch()