Francesco commited on
Commit
a2e65ea
1 Parent(s): eb907fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,4 +4,5 @@ def image_classifier(inp):
4
  return {'cat': 0.3, 'dog': 0.7}
5
 
6
  demo = gr.Interface(fn=image_classifier, inputs="image", outputs="label")
7
- demo.launch()
 
 
4
  return {'cat': 0.3, 'dog': 0.7}
5
 
6
  demo = gr.Interface(fn=image_classifier, inputs="image", outputs="label")
7
+ demo.launch()
8
+ asd