archivartaunik commited on
Commit
12f1918
·
verified ·
1 Parent(s): 00dc8d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -145,4 +145,4 @@ with gr.Blocks(css=".gradio-container{max-width:100%!important;}") as demo:
145
 
146
  # -----------------------------------------------------------------------------
147
  if __name__ == "__main__":
148
- demo.launch()
 
145
 
146
  # -----------------------------------------------------------------------------
147
  if __name__ == "__main__":
148
+ demo.launch(debug=True)