Spaces:
Running
Running
fix port issue
Browse files
app.py
CHANGED
@@ -132,5 +132,5 @@ with gr.Blocks(theme=theme) as demo:
|
|
132 |
show_progress=True,
|
133 |
)
|
134 |
|
135 |
-
|
136 |
-
demo.launch(
|
|
|
132 |
show_progress=True,
|
133 |
)
|
134 |
|
135 |
+
if __name__ == "__main__":
|
136 |
+
demo.launch(max_threads=1)
|