Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,16 +54,13 @@ demo = gr.Interface(
|
|
54 |
label="์
์ค์ผ์ผ ๋ ๋ฒจ (Upscale Level)",
|
55 |
choices=[2, 4, 6, 8],
|
56 |
value=2,
|
57 |
-
type="number
|
58 |
)
|
59 |
],
|
60 |
outputs=gr.File(label="์
์ค์ผ์ผ๋ ์ด๋ฏธ์ง ๋ค์ด๋ก๋ (Download Upscaled Image)"),
|
61 |
title="Image Upscaler",
|
62 |
description=DESCRIPTION,
|
63 |
-
allow_flagging="never"
|
64 |
-
examples=[
|
65 |
-
["example.jpg", 2] # examples ํด๋์ example.jpg ํ์ผ์ ์ถ๊ฐํด์ผ ํฉ๋๋ค
|
66 |
-
]
|
67 |
)
|
68 |
|
69 |
# ์ธํฐํ์ด์ค ์คํ
|
|
|
54 |
label="์
์ค์ผ์ผ ๋ ๋ฒจ (Upscale Level)",
|
55 |
choices=[2, 4, 6, 8],
|
56 |
value=2,
|
57 |
+
type="value" # 'number' ์์ 'value'๋ก ๋ณ๊ฒฝ
|
58 |
)
|
59 |
],
|
60 |
outputs=gr.File(label="์
์ค์ผ์ผ๋ ์ด๋ฏธ์ง ๋ค์ด๋ก๋ (Download Upscaled Image)"),
|
61 |
title="Image Upscaler",
|
62 |
description=DESCRIPTION,
|
63 |
+
allow_flagging="never"
|
|
|
|
|
|
|
64 |
)
|
65 |
|
66 |
# ์ธํฐํ์ด์ค ์คํ
|