KyanChen commited on
Commit
68d706b
·
1 Parent(s): a27b871
Files changed (1) hide show
  1. App_main.py +1 -1
App_main.py CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks() as demo:
93
  # image_LR_output = gr.outputs.Image(label='LR Img', type='numpy')
94
  image_output = gr.outputs.Image(label='SR Result', type='numpy')
95
  with gr.Row():
96
- checkpoint = gr.inputs.Radio(['WHU', 'INRIA'], label='Checkpoint')
97
  scale = gr.Slider(1, 12, value=4.0, step=0.1, label='scale')
98
 
99
  io = gr.Interface(fn=sr_func,
 
93
  # image_LR_output = gr.outputs.Image(label='LR Img', type='numpy')
94
  image_output = gr.outputs.Image(label='SR Result', type='numpy')
95
  with gr.Row():
96
+ checkpoint = gr.inputs.Radio(['UC', 'AID'], label='Checkpoint')
97
  scale = gr.Slider(1, 12, value=4.0, step=0.1, label='scale')
98
 
99
  io = gr.Interface(fn=sr_func,