Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|