Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -950,7 +950,7 @@ if __name__ == "__main__":
|
|
950 |
demo_instance = Demo() # Demo ์ธ์คํด์ค ์์ฑ
|
951 |
demo = create_main_interface() # ์ธํฐํ์ด์ค ์์ฑ
|
952 |
demo.queue(
|
953 |
-
|
954 |
status_update_rate=10,
|
955 |
api_open=False
|
956 |
).launch(
|
@@ -962,6 +962,3 @@ if __name__ == "__main__":
|
|
962 |
except Exception as e:
|
963 |
print(f"Initialization error: {e}")
|
964 |
raise
|
965 |
-
|
966 |
-
|
967 |
-
|
|
|
950 |
demo_instance = Demo() # Demo ์ธ์คํด์ค ์์ฑ
|
951 |
demo = create_main_interface() # ์ธํฐํ์ด์ค ์์ฑ
|
952 |
demo.queue(
|
953 |
+
default_concurrency_limit=20, # concurrency_count ๋์ default_concurrency_limit ์ฌ์ฉ
|
954 |
status_update_rate=10,
|
955 |
api_open=False
|
956 |
).launch(
|
|
|
962 |
except Exception as e:
|
963 |
print(f"Initialization error: {e}")
|
964 |
raise
|
|
|
|
|
|