Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -699,4 +699,4 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
699 |
)
|
700 |
|
701 |
if __name__ == "__main__":
|
702 |
-
demo.queue(max_size=
|
|
|
699 |
)
|
700 |
|
701 |
if __name__ == "__main__":
|
702 |
+
demo.queue(max_size=2).launch() # 큐 크기 제한으로 메모리 관리
|