Spaces:
Runtime error
Runtime error
menghanxia
commited on
Commit
·
7da59af
1
Parent(s):
40d12a9
minor modification
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ with demo:
|
|
56 |
""")
|
57 |
with gr.Row():
|
58 |
with gr.Column():
|
59 |
-
Image_input = gr.Image(type="numpy", label="Input", interactive=True)
|
60 |
with gr.Row():
|
61 |
Radio_mode = gr.Radio(type="index", choices=["Halftoning (Photo2Halftone)", "Restoration (Halftone2Photo)"], \
|
62 |
label="Choose a running mode", value="Halftoning (Photo2Halftone)")
|
|
|
56 |
""")
|
57 |
with gr.Row():
|
58 |
with gr.Column():
|
59 |
+
Image_input = gr.Image(type="numpy", label="Input", interactive=True).style(height=480)
|
60 |
with gr.Row():
|
61 |
Radio_mode = gr.Radio(type="index", choices=["Halftoning (Photo2Halftone)", "Restoration (Halftone2Photo)"], \
|
62 |
label="Choose a running mode", value="Halftoning (Photo2Halftone)")
|