dakkoong commited on
Commit
31405c0
ยท
1 Parent(s): fcc3d15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def classify_image(img):
25
 
26
  # Gradio UI๋ฅผ ์ƒ์„ฑํ•ฉ๋‹ˆ๋‹ค.
27
  iface = gr.Interface(fn=classify_image,
28
- inputs="Image",
29
  outputs="label", live=True)
30
 
31
  # Gradio UI๋ฅผ ์‹œ์ž‘ํ•ฉ๋‹ˆ๋‹ค.
 
25
 
26
  # Gradio UI๋ฅผ ์ƒ์„ฑํ•ฉ๋‹ˆ๋‹ค.
27
  iface = gr.Interface(fn=classify_image,
28
+ inputs="image",
29
  outputs="label", live=True)
30
 
31
  # Gradio UI๋ฅผ ์‹œ์ž‘ํ•ฉ๋‹ˆ๋‹ค.