Update app.py
Browse files
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()
|