dakkoong commited on
Commit
39d8f72
ยท
1 Parent(s): 41e7b54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ def classify_image(img):
34
  iface = gr.Interface(fn=classify_image, inputs="image", outputs="label", live=True)
35
 
36
  # Gradio UI๋ฅผ ์‹œ์ž‘ํ•ฉ๋‹ˆ๋‹ค.
37
- iface.launch()
 
34
  iface = gr.Interface(fn=classify_image, inputs="image", outputs="label", live=True)
35
 
36
  # Gradio UI๋ฅผ ์‹œ์ž‘ํ•ฉ๋‹ˆ๋‹ค.
37
+ iface.launch()