Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ radio_input = gr.Radio(label="์
์ค์ผ์ผ ๋ ๋ฒจ ์ ํ", choices=[2, 4, 6, 8,
|
|
21 |
# Gradio ์ธํฐํ์ด์ค ์ ์
|
22 |
demo = gr.Interface(
|
23 |
fn=upscale_image,
|
24 |
-
inputs=[gr.Image(label="์
๋ ฅ ์ด๋ฏธ์ง", type="numpy"
|
25 |
outputs=gr.Image(label="์
์ค์ผ์ผ๋ ์ด๋ฏธ์ง"),
|
26 |
title="์ด๋ฏธ์ง ์
์ค์ผ์ผ๋ฌ",
|
27 |
description=DESCRIPTION
|
|
|
21 |
# Gradio ์ธํฐํ์ด์ค ์ ์
|
22 |
demo = gr.Interface(
|
23 |
fn=upscale_image,
|
24 |
+
inputs=[gr.Image(label="์
๋ ฅ ์ด๋ฏธ์ง", type="numpy"), radio_input],
|
25 |
outputs=gr.Image(label="์
์ค์ผ์ผ๋ ์ด๋ฏธ์ง"),
|
26 |
title="์ด๋ฏธ์ง ์
์ค์ผ์ผ๋ฌ",
|
27 |
description=DESCRIPTION
|