Spaces:
Runtime error
Runtime error
Add gr state
Browse files
app.py
CHANGED
@@ -184,6 +184,7 @@ with gr.Blocks() as demo:
|
|
184 |
|
185 |
|
186 |
if __name__ == "__main__":
|
187 |
-
demo.queue(concurrency_count=4, max_size=25)
|
188 |
-
demo.launch(max_threads=8)
|
|
|
189 |
|
|
|
184 |
|
185 |
|
186 |
if __name__ == "__main__":
|
187 |
+
# demo.queue(concurrency_count=4, max_size=25)
|
188 |
+
# demo.launch(max_threads=8)
|
189 |
+
demo.launch()
|
190 |
|