Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -118,4 +118,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css=".gradio-container {background: linea
|
|
118 |
|
119 |
print("正在启动Garamio界面...")
|
120 |
# 使用queue()可以处理并发请求,让应用更稳定
|
121 |
-
demo.
|
|
|
118 |
|
119 |
print("正在启动Garamio界面...")
|
120 |
# 使用queue()可以处理并发请求,让应用更稳定
|
121 |
+
demo.launch()
|