sayakpaul HF staff commited on
Commit
f6271dc
·
1 Parent(s): b34d83d

debug true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,4 +133,4 @@ with gr.Blocks(theme="gradio/soft") as demo:
133
  cache_examples=True,
134
  )
135
 
136
- demo.launch()
 
133
  cache_examples=True,
134
  )
135
 
136
+ demo.launch(debug=True)