randomshit11 commited on
Commit
6e5f902
·
verified ·
1 Parent(s): ed11c69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ custom_css = """
37
  """
38
 
39
  # Launch the Gradio interface with custom HTML and CSS
40
- demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="label", title=title, description=description,
41
  theme="gstaff/sketch", css=custom_css,
42
  )
43
  demo.launch()
 
37
  """
38
 
39
  # Launch the Gradio interface with custom HTML and CSS
40
+ demo = gr.Interface(fn=image_classifier, inputs=gr.Image(type="pil"), outputs="text", title=title, description=description,
41
  theme="gstaff/sketch", css=custom_css,
42
  )
43
  demo.launch()