Spaces:
Runtime error
Runtime error
modify
Browse files
app.py
CHANGED
|
@@ -375,4 +375,4 @@ with block:
|
|
| 375 |
|
| 376 |
# 启动 Gradio 应用
|
| 377 |
# block.launch(server_name='0.0.0.0', server_port=10002, share=True)
|
| 378 |
-
block.launch(
|
|
|
|
| 375 |
|
| 376 |
# 启动 Gradio 应用
|
| 377 |
# block.launch(server_name='0.0.0.0', server_port=10002, share=True)
|
| 378 |
+
block.launch()
|