Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
|
|
| 73 |
description=description,
|
| 74 |
article=article,
|
| 75 |
|
| 76 |
-
).
|
| 77 |
|
| 78 |
# Launch the demo!
|
| 79 |
demo.launch(share=True,auth=("admin", "1234"))
|
|
|
|
| 73 |
description=description,
|
| 74 |
article=article,
|
| 75 |
|
| 76 |
+
).queue(default_concurrency_limit=100)
|
| 77 |
|
| 78 |
# Launch the demo!
|
| 79 |
demo.launch(share=True,auth=("admin", "1234"))
|