Spaces:
Running
on
T4
Running
on
T4
gabrielchua
commited on
Commit
•
ae227dd
1
Parent(s):
559dac3
increase concurrency
Browse files
app.py
CHANGED
@@ -143,4 +143,4 @@ demo = gr.Interface(
|
|
143 |
)
|
144 |
|
145 |
if __name__ == "__main__":
|
146 |
-
demo.launch(show_api=True) # Add
|
|
|
143 |
)
|
144 |
|
145 |
if __name__ == "__main__":
|
146 |
+
demo.queue(concurrency_count=3).launch(show_api=True) # Add queue with concurrency of 5 and show API
|