dakkoong commited on
Commit
7de068a
ยท
1 Parent(s): 97624c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,8 +31,8 @@ def classify_image(img):
31
  return predicted_label
32
 
33
  # Gradio UI๋ฅผ ์ƒ์„ฑํ•ฉ๋‹ˆ๋‹ค.
34
- iface = gr.Interface(fn=classify_image,
35
- inputs=gr.Image(shape=(800, 600),
36
  outputs="label", live=True)
37
 
38
  # Gradio UI๋ฅผ ์‹œ์ž‘ํ•ฉ๋‹ˆ๋‹ค.
 
31
  return predicted_label
32
 
33
  # Gradio UI๋ฅผ ์ƒ์„ฑํ•ฉ๋‹ˆ๋‹ค.
34
+ iface = gr.Interface(fn=classify_image,
35
+ inputs=gr.Image(shape=(800, 600)),
36
  outputs="label", live=True)
37
 
38
  # Gradio UI๋ฅผ ์‹œ์ž‘ํ•ฉ๋‹ˆ๋‹ค.