Gabolozano commited on
Commit
b544e61
·
verified ·
1 Parent(s): c21a752

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,5 +21,5 @@ demo = gr.Interface(
21
  )
22
 
23
 
24
- demo = gr.Interface(fn=image_classifier, inputs="image", outputs="label")
25
  demo.launch()
 
21
  )
22
 
23
 
24
+ #demo = gr.Interface(fn=image_classifier, inputs="image", outputs="label")
25
  demo.launch()