Chris4K commited on
Commit
9d2a7bc
·
verified ·
1 Parent(s): cc24713

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ def main():
175
  GradioUI(agent).launch(
176
  #debug=config.debug,
177
  #share=config.share,
178
- ssr=config.ssr,
179
  )
180
  except Exception as e:
181
  logger.critical(f"Failed to launch UI: {e}")
 
175
  GradioUI(agent).launch(
176
  #debug=config.debug,
177
  #share=config.share,
178
+ #ssr=config.ssr,
179
  )
180
  except Exception as e:
181
  logger.critical(f"Failed to launch UI: {e}")