Aktraiser commited on
Commit
7464f45
·
verified ·
1 Parent(s): 80f143f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -249,11 +249,6 @@ agent = CodeAgent(
249
  prompt_templates=prompt_templates
250
  )
251
 
252
- # Configure Gradio UI to display full match details
253
  gradio_ui = GradioUI(agent)
254
- gradio_ui.launch(
255
- server_name="0.0.0.0",
256
- server_port=7860,
257
- share=True,
258
- debug=True
259
- )
 
249
  prompt_templates=prompt_templates
250
  )
251
 
252
+ # Use the existing Gradio UI configuration
253
  gradio_ui = GradioUI(agent)
254
+ gradio_ui.launch()