ardha27 nevreal commited on
Commit
82255f2
1 Parent(s): f740bd4

- fix ui (818fc57d249ac8e9198ad9d32f56a23ff05dfc13)


Co-authored-by: noname <nevreal@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -58,6 +58,7 @@ with gr.Blocks() as demo:
58
  with gr.Row():
59
  input_image = gr.Image(label="Input Image", type="numpy")
60
  scale_factor = gr.Radio([2, 3, 4], label="Scale Factor", value=4)
 
61
  image_slider = ImageSlider(label="Before/After")
62
  upscale_button = gr.Button("Upscale")
63
  processing_time_text = gr.Textbox(label="Processing Time")
 
58
  with gr.Row():
59
  input_image = gr.Image(label="Input Image", type="numpy")
60
  scale_factor = gr.Radio([2, 3, 4], label="Scale Factor", value=4)
61
+ with gr.Row():
62
  image_slider = ImageSlider(label="Before/After")
63
  upscale_button = gr.Button("Upscale")
64
  processing_time_text = gr.Textbox(label="Processing Time")