thangtrungnguyen commited on
Commit
7c8806f
·
verified ·
1 Parent(s): 6ced6f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ gradio_app = gr.Interface(
15
  )
16
 
17
  if __name__ == "__main__":
18
- gradio_app.launch()
 
15
  )
16
 
17
  if __name__ == "__main__":
18
+ gradio_app.launch(debug=True)