Chris4K commited on
Commit
cc24713
·
verified ·
1 Parent(s): 3213baa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -173,8 +173,8 @@ def main():
173
  # Launch the Gradio UI with configured settings
174
  try:
175
  GradioUI(agent).launch(
176
- debug=config.debug,
177
- share=config.share,
178
  ssr=config.ssr,
179
  )
180
  except Exception as e:
 
173
  # Launch the Gradio UI with configured settings
174
  try:
175
  GradioUI(agent).launch(
176
+ #debug=config.debug,
177
+ #share=config.share,
178
  ssr=config.ssr,
179
  )
180
  except Exception as e: