2052man commited on
Commit
8333327
1 Parent(s): 4ecf9c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,5 +15,5 @@ def image_classifier(image):
15
 
16
  # """
17
 
18
- demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="label", title=title, description=description)
19
  demo.launch(show_api=False)
 
15
 
16
  # """
17
 
18
+ demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="label")
19
  demo.launch(show_api=False)