imranjamal commited on
Commit
0232855
·
verified ·
1 Parent(s): 42c2d97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,4 +50,4 @@ with gr.Blocks() as demo:
50
 
51
  # Launch the Gradio app
52
  if __name__ == "__main__":
53
- demo.launch()
 
50
 
51
  # Launch the Gradio app
52
  if __name__ == "__main__":
53
+ demo.launch(debug=True)