Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def convert_and_save(image):
|
|
16 |
return gray_image, output_path
|
17 |
|
18 |
# ์์ ์ด๋ฏธ์ง ํ์ผ ์ด๋ฆ
|
19 |
-
example_files = ["1
|
20 |
|
21 |
# ๊ธฐ๋ณธ ์์ ์ด๋ฏธ์ง ์์ฑ ํจ์
|
22 |
def create_example_image(file_path, text):
|
|
|
16 |
return gray_image, output_path
|
17 |
|
18 |
# ์์ ์ด๋ฏธ์ง ํ์ผ ์ด๋ฆ
|
19 |
+
example_files = ["1..png", "2..jpg", "3.png"]
|
20 |
|
21 |
# ๊ธฐ๋ณธ ์์ ์ด๋ฏธ์ง ์์ฑ ํจ์
|
22 |
def create_example_image(file_path, text):
|