Geonmo commited on
Commit
8b10a39
โ€ข
1 Parent(s): bb01182

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -68,7 +68,13 @@ if __name__ == '__main__':
68
  else:
69
  demo_status = "Demo is running on CPU"
70
  description = f"Details: paper_url. {demo_status}"
71
- examples = []
 
 
 
 
 
 
72
  article = ""
73
 
74
  iface=gr.Interface(
 
68
  else:
69
  demo_status = "Demo is running on CPU"
70
  description = f"Details: paper_url. {demo_status}"
71
+ examples = [
72
+ ["squid_sundae.jpg", "์˜ค์ง•์–ด ์ˆœ๋Œ€,๊น€๋ฐฅ,์ˆœ๋Œ€,๋–ก๋ณถ์ด"],
73
+ ["seokchon_lake.jpg", "ํ‰ํ™”์˜๋ฌธ,์˜ฌ๋ฆผํ”ฝ๊ณต์›,๋กฏ๋ฐ์›”๋“œ,์„์ดŒํ˜ธ์ˆ˜"],
74
+ ["seokchon_lake.jpg", "๋ด„,์—ฌ๋ฆ„,๊ฐ€์„,๊ฒจ์šธ"],
75
+ ["hwangchil_tree.jpg", "ํ™ฉ์น  ๋‚˜๋ฌด ๋ฌ˜๋ชฉ,ํ™ฉ์น  ๋‚˜๋ฌด,๋‚œ,์†Œ๋‚˜๋ฌด ๋ฌ˜๋ชฉ,์•ผ์ž์ˆ˜"],
76
+ ]
77
+
78
  article = ""
79
 
80
  iface=gr.Interface(