dakkoong commited on
Commit
da18f38
ยท
1 Parent(s): 643f750

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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๋ฅผ ์‹œ์ž‘ํ•ฉ๋‹ˆ๋‹ค.