Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,6 @@ def classify_image(img):
|
|
34 |
# Gradio UI๋ฅผ ์์ฑํฉ๋๋ค.
|
35 |
iface = gr.Interface(fn=classify_image,
|
36 |
inputs="Image"),
|
37 |
-
examples=["cityoutdoor-1.jpg", "cityoutdoor-2.jpg", "cityoutdoor-3.jpg"],
|
38 |
outputs="label", live=True)
|
39 |
|
40 |
# Gradio UI๋ฅผ ์์ํฉ๋๋ค.
|
|
|
34 |
# Gradio UI๋ฅผ ์์ฑํฉ๋๋ค.
|
35 |
iface = gr.Interface(fn=classify_image,
|
36 |
inputs="Image"),
|
|
|
37 |
outputs="label", live=True)
|
38 |
|
39 |
# Gradio UI๋ฅผ ์์ํฉ๋๋ค.
|