Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -231,4 +231,5 @@ with gr.Blocks() as demo:
|
|
231 |
description="get_data, 시각화용 모든 데이터 반환. gpu기여 목록, total/used, chain \n /run/predict_7",
|
232 |
)
|
233 |
|
234 |
-
demo.queue(max_size=32).launch(enable_queue=True)
|
|
|
|
231 |
description="get_data, 시각화용 모든 데이터 반환. gpu기여 목록, total/used, chain \n /run/predict_7",
|
232 |
)
|
233 |
|
234 |
+
demo.queue(max_size=32).launch(enable_queue=True)
|
235 |
+
|