sskorol commited on
Commit
bb6962a
·
verified ·
1 Parent(s): 7ad452e

Reverted launch updates

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -115,8 +115,4 @@ agent = CodeAgent(
115
 
116
 
117
  if __name__ == "__main__":
118
- ui = GradioUI(agent)
119
- ui.launch(
120
- server_port=7860,
121
- concurrency_limit=1
122
- )
 
115
 
116
 
117
  if __name__ == "__main__":
118
+ GradioUI(agent).launch()