KIRA111B commited on
Commit
2e0c2b5
·
verified ·
1 Parent(s): 30f6dfa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.queue().launch()
 
118
 
119
  print("正在启动Garamio界面...")
120
  # 使用queue()可以处理并发请求,让应用更稳定
121
+ demo.launch()