Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,4 +94,4 @@ demo = gr.Interface(
|
|
| 94 |
|
| 95 |
# 使用 gradio deploy 而非 launch
|
| 96 |
demo.queue() # 啟用佇列,確保請求不會超載
|
| 97 |
-
demo.launch(server_name="0.0.0.0", server_port=7860
|
|
|
|
| 94 |
|
| 95 |
# 使用 gradio deploy 而非 launch
|
| 96 |
demo.queue() # 啟用佇列,確保請求不會超載
|
| 97 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|