lopesdri commited on
Commit
92d7df2
·
1 Parent(s): 1efeaa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,4 +25,4 @@ outputs = gr.Label(num_top_classes=1)
25
  interface = gr.Interface(fn=classify_image, inputs=inputs, outputs=outputs)
26
 
27
  # Launch the interface
28
- interface.launch()
 
25
  interface = gr.Interface(fn=classify_image, inputs=inputs, outputs=outputs)
26
 
27
  # Launch the interface
28
+ interface.launch(debug=True)