segadeds commited on
Commit
a107f99
1 Parent(s): 5c3988b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def classify_image(img):
12
 
13
  demo = gr.Interface(
14
  fn=classify_image,
15
- inputs=gr.Image(), # Removed the shape parameter
16
  outputs=gr.Label(),
17
  examples=[
18
  'laughing.jpg',
 
12
 
13
  demo = gr.Interface(
14
  fn=classify_image,
15
+ inputs=gr.Image(),
16
  outputs=gr.Label(),
17
  examples=[
18
  'laughing.jpg',