zeroMN commited on
Commit
fc522ae
·
verified ·
1 Parent(s): 7c0354d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -89,3 +89,5 @@ interface = gr.Interface(
89
  )
90
 
91
  # 启动 Gradio 应用
 
 
 
89
  )
90
 
91
  # 启动 Gradio 应用
92
+ interface.launch()
93
+