tykimos commited on
Commit
a65f024
ยท
1 Parent(s): 432a30b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def predict_image(img):
25
  # ์ธํ„ฐํŽ˜์ด์Šค ๊ตฌ์„ฑ
26
  imagein = gr.inputs.Image(type="pil")
27
  label = gr.outputs.Label(num_top_classes=2)
28
-
29
  # ์˜ˆ์ธก ์ธํ„ฐํŽ˜์ด์Šค ์‹คํ–‰
30
  gr.Interface(fn=predict_image, inputs=imagein, outputs=label,
31
  title='์†Œ๋‚˜๋ฌด์žฌ์„ ์ถฉ๋ณ‘ ๊ฐ์—ผ ์—ฌ๋ถ€ ์˜ˆ์ธก',
 
25
  # ์ธํ„ฐํŽ˜์ด์Šค ๊ตฌ์„ฑ
26
  imagein = gr.inputs.Image(type="pil")
27
  label = gr.outputs.Label(num_top_classes=2)
28
+
29
  # ์˜ˆ์ธก ์ธํ„ฐํŽ˜์ด์Šค ์‹คํ–‰
30
  gr.Interface(fn=predict_image, inputs=imagein, outputs=label,
31
  title='์†Œ๋‚˜๋ฌด์žฌ์„ ์ถฉ๋ณ‘ ๊ฐ์—ผ ์—ฌ๋ถ€ ์˜ˆ์ธก',