Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -196,4 +196,4 @@ with gr.Blocks(theme=seafoam) as demo:
|
|
196 |
|
197 |
if __name__ == "__main__":
|
198 |
|
199 |
-
demo.queue(concurrency_count=1,max_size=100).launch(max_threads=5,debug=True
|
|
|
196 |
|
197 |
if __name__ == "__main__":
|
198 |
|
199 |
+
demo.queue(concurrency_count=1,max_size=100).launch(max_threads=5,debug=True)
|