Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -265,8 +265,10 @@ with gr.Blocks(css_paths="app.css") as demo:
|
|
265 |
outputs=[history]
|
266 |
)
|
267 |
|
|
|
|
|
268 |
if __name__ == "__main__":
|
269 |
-
|
270 |
server_name="0.0.0.0",
|
271 |
server_port=7860,
|
272 |
share=False,
|
|
|
265 |
outputs=[history]
|
266 |
)
|
267 |
|
268 |
+
# 이전 코드는 동일...
|
269 |
+
|
270 |
if __name__ == "__main__":
|
271 |
+
gr.Blocks(css_paths="app.css").queue(default_concurrency_limit=20).launch(
|
272 |
server_name="0.0.0.0",
|
273 |
server_port=7860,
|
274 |
share=False,
|