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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def predict(img):
10
  pred,pred_idx,probs = learn.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']
 
10
  pred,pred_idx,probs = learn.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']