Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -136,4 +136,4 @@ with gr.Blocks() as demo:
|
|
136 |
|
137 |
# Launching Gradio Interface with reduced threads for free plan
|
138 |
demo.queue(api_open=False)
|
139 |
-
demo.launch(max_threads=20)
|
|
|
136 |
|
137 |
# Launching Gradio Interface with reduced threads for free plan
|
138 |
demo.queue(api_open=False)
|
139 |
+
demo.launch(max_threads=20)
|