sskorol commited on
Commit
8c48571
·
verified ·
1 Parent(s): aff4542

Fixed Gradio runtime error

Browse files

Removed duplicated share flag.

Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -118,7 +118,6 @@ if __name__ == "__main__":
118
  ui = GradioUI(agent)
119
  ui.launch(
120
  server_port=7860,
121
- share=True,
122
  enable_queue=True,
123
  max_threads=1,
124
  concurrency_count=1
 
118
  ui = GradioUI(agent)
119
  ui.launch(
120
  server_port=7860,
 
121
  enable_queue=True,
122
  max_threads=1,
123
  concurrency_count=1