kelpedro commited on
Commit
0cfc2f9
โ€ข
1 Parent(s): 312a130

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def predict(img):
11
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
12
 
13
  title = "ํ•˜์†ก์ด์˜ ์• ์™„๋™๋ฌผ ํ’ˆ์ข… ๋ถ„๋ฅ˜๊ธฐ"
14
- description = "fastai๋ฅผ ์‚ฌ์šฉํ•˜์—ฌ Oxford Pets ๋ฐ์ดํ„ฐ ์„ธํŠธ์—์„œ ํ›ˆ๋ จ๋œ ์• ์™„ โ€‹โ€‹๋™๋ฌผ ํ’ˆ์ข… ๋ถ„๋ฅ˜๊ธฐ์ž…๋‹ˆ๋‹ค. Gradio์™€ HuggingFace Spaces ๋ฐ๋ชจ๋กœ ์ œ์ž‘๋˜์—ˆ์Šต๋‹ˆ๋‹ค."
15
  #article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
16
  examples = ['golden-retriever-dog-21668976.jpg']
17
  interpretation='default'
 
11
  return {labels[i]: float(probs[i]) for i in range(len(labels))}
12
 
13
  title = "ํ•˜์†ก์ด์˜ ์• ์™„๋™๋ฌผ ํ’ˆ์ข… ๋ถ„๋ฅ˜๊ธฐ"
14
+ description = "์• ์™„๋™๋ฌผ ์‚ฌ์ง„์„ ์—…๋กœ๋“œํ•ด์„œ ํ’ˆ์ข…์„ ์•Œ์•„๋ณด์„ธ์š”."
15
  #article="<p style='text-align: center'><a href='https://tmabraham.github.io/blog/gradio_hf_spaces_tutorial' target='_blank'>Blog post</a></p>"
16
  examples = ['golden-retriever-dog-21668976.jpg']
17
  interpretation='default'