Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -198,5 +198,4 @@ def create_interface():
|
|
198 |
|
199 |
if __name__ == "__main__":
|
200 |
app = create_interface()
|
201 |
-
app.queue(concurrency_count=5) # Allow 5 concurrent tasks
|
202 |
app.launch()
|
|
|
198 |
|
199 |
if __name__ == "__main__":
|
200 |
app = create_interface()
|
|
|
201 |
app.launch()
|