kelpedro commited on
Commit
bf99ce6
โ€ข
1 Parent(s): 29bd9b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def predict(img):
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 = ['/content/golden-retriever-dog-21668976.jpg']
17
  interpretation='default'
18
  enable_queue=True
19
 
 
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'
18
  enable_queue=True
19