Update app.py
Browse files
app.py
CHANGED
|
@@ -417,7 +417,7 @@ def load_json_data():
|
|
| 417 |
},
|
| 418 |
{
|
| 419 |
"name": "ํ๋ก์นด๋ ์ด์ธ",
|
| 420 |
-
"image_url": "data:image/
|
| 421 |
"prompt": "ํ๋ก์นด๋ ์ด์ธ๋ฅผ ์ ์น๋๊ฒ์ ์์ฑํ๋ผ. ์์ฃผ ์์ธํ๊ณ ์ ๋ฌธ์ ์ด๋ฉด์ ์ฝ๊ณ ๊ธธ๊ฒ ๋ต๋ณํ๋ผ. ๋ชจ๋ ๋ต๋ณ๊ณผ ์ค๋ช
์ ํ๊ธ๋ก ํ๋ผ"
|
| 422 |
},
|
| 423 |
|
|
@@ -439,9 +439,14 @@ def load_json_data():
|
|
| 439 |
|
| 440 |
{
|
| 441 |
"name": "๋ฒฝ๋๊นจ๊ธฐ ๊ฒ์",
|
| 442 |
-
"image_url": "data:image/
|
| 443 |
"prompt": "๋ฒฝ๋๊นจ๊ธฐ ๊ฒ์"
|
| 444 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 445 |
]
|
| 446 |
|
| 447 |
|
|
|
|
| 417 |
},
|
| 418 |
{
|
| 419 |
"name": "ํ๋ก์นด๋ ์ด์ธ",
|
| 420 |
+
"image_url": "data:image/png;base64," + get_image_base64('tarot.png'), # mouse.gif ์ฌ์ฉ
|
| 421 |
"prompt": "ํ๋ก์นด๋ ์ด์ธ๋ฅผ ์ ์น๋๊ฒ์ ์์ฑํ๋ผ. ์์ฃผ ์์ธํ๊ณ ์ ๋ฌธ์ ์ด๋ฉด์ ์ฝ๊ณ ๊ธธ๊ฒ ๋ต๋ณํ๋ผ. ๋ชจ๋ ๋ต๋ณ๊ณผ ์ค๋ช
์ ํ๊ธ๋ก ํ๋ผ"
|
| 422 |
},
|
| 423 |
|
|
|
|
| 439 |
|
| 440 |
{
|
| 441 |
"name": "๋ฒฝ๋๊นจ๊ธฐ ๊ฒ์",
|
| 442 |
+
"image_url": "data:image/png;base64," + get_image_base64('alcaroid.png'), # mouse.gif ์ฌ์ฉ
|
| 443 |
"prompt": "๋ฒฝ๋๊นจ๊ธฐ ๊ฒ์"
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"name": "ํ
์คํธ",
|
| 447 |
+
"image_url": "data:image/gif;base64," + get_image_base64('mouse.gif'), # mouse.gif ์ฌ์ฉ
|
| 448 |
+
"prompt": "ํ
์คํธ"
|
| 449 |
+
}
|
| 450 |
]
|
| 451 |
|
| 452 |
|