wang0507 commited on
Commit
d6c95c1
·
1 Parent(s): c3dbb4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ iface = gr.Interface(
30
  )
31
 
32
  # 启动 Gradio 界面
33
- iface.launch()
 
30
  )
31
 
32
  # 启动 Gradio 界面
33
+ iface.launch(debug=True)