Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def classify_image(img):
|
|
25 |
|
26 |
# Gradio UI๋ฅผ ์์ฑํฉ๋๋ค.
|
27 |
iface = gr.Interface(fn=classify_image,
|
28 |
-
inputs="
|
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๋ฅผ ์์ํฉ๋๋ค.
|