Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -705,8 +705,6 @@ demo.launch(
|
|
705 |
server_name="0.0.0.0",
|
706 |
server_port=7860,
|
707 |
share=False,
|
708 |
-
enable_queue=True,
|
709 |
max_threads=2, # ์ค๋ ๋ ์ ์ ํ
|
710 |
-
allowed_paths=["examples"]
|
711 |
-
memory_limit=0.8 # ๋ฉ๋ชจ๋ฆฌ ์ฌ์ฉ๋ ์ ํ (80%)
|
712 |
)
|
|
|
705 |
server_name="0.0.0.0",
|
706 |
server_port=7860,
|
707 |
share=False,
|
|
|
708 |
max_threads=2, # ์ค๋ ๋ ์ ์ ํ
|
709 |
+
allowed_paths=["examples"]
|
|
|
710 |
)
|