Spaces:
Running
Running
yuntian-deng
commited on
Commit
•
3b68ae6
1
Parent(s):
f8fa014
Update app.py
Browse files
app.py
CHANGED
@@ -147,4 +147,4 @@ with gr.Blocks(css = """#col_container { margin-left: auto; margin-right: auto;}
|
|
147 |
inputs.submit(reset_textbox, [], [inputs])
|
148 |
|
149 |
#gr.Markdown(description)
|
150 |
-
demo.queue(max_size=20, concurrency_count=10).launch(
|
|
|
147 |
inputs.submit(reset_textbox, [], [inputs])
|
148 |
|
149 |
#gr.Markdown(description)
|
150 |
+
demo.queue(max_size=20, concurrency_count=10).launch()
|