hongfz16 commited on
Commit
27ef5eb
1 Parent(s): 374ae12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -394,4 +394,4 @@ with gr.Blocks() as demo:
394
  btn.click(get_mesh,[],[mesh,image])
395
  btn_2.click(get_video,[],[video])
396
 
397
- demo.launch(debug=True)
 
394
  btn.click(get_mesh,[],[mesh,image])
395
  btn_2.click(get_video,[],[video])
396
 
397
+ demo.launch()