Araeynn commited on
Commit
6199b9e
·
verified ·
1 Parent(s): 6764c8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ def image_classifier(inp):
21
  r[class_name] = score[0][class_names.index(class_name)]
22
  return r
23
  demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="label")
24
- demo.launch(debug=True)
 
21
  r[class_name] = score[0][class_names.index(class_name)]
22
  return r
23
  demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="label")
24
+ demo.launch(debug=True)