Spaces:
Sleeping
Sleeping
Fixed Gradio runtime error
Browse filesRemoved duplicated share flag.
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
|