Gaurav commited on
Commit
4b53639
1 Parent(s): 0ab767f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,4 +40,4 @@ demo = gr.Interface(
40
  examples=[["work2.jpg"]]
41
  )
42
 
43
- demo.launch()
 
40
  examples=[["work2.jpg"]]
41
  )
42
 
43
+ demo.launch(debug=True)