Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -337,5 +337,5 @@ with gr.Blocks() as demo:
|
|
337 |
|
338 |
if __name__ == "__main__":
|
339 |
|
340 |
-
demo.queue(
|
341 |
-
demo.launch(
|
|
|
337 |
|
338 |
if __name__ == "__main__":
|
339 |
|
340 |
+
demo.queue()
|
341 |
+
demo.launch(max_threads=1)
|