svjack commited on
Commit
a67cacc
·
1 Parent(s): c925074

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks() as demo:
89
  height = 768 + 128,
90
  label = "Style Image gallery (click to use)")
91
  with gr.Column():
92
- super_resolution_type = gr.Radio(["none" ,"base", "anime"], type="value", default="none", label="choose Real-ESRGAN model type used to super resolution the Image Transformed")
93
  style_reference_input_image = gr.Image(
94
  label = "Style Image (you can upload yourself or click from left gallery)",
95
  #width = 512,
 
89
  height = 768 + 128,
90
  label = "Style Image gallery (click to use)")
91
  with gr.Column():
92
+ super_resolution_type = gr.Radio(["base", "anime", "none"], type="value", default="base", label="choose Real-ESRGAN model type used to super resolution the Image Transformed")
93
  style_reference_input_image = gr.Image(
94
  label = "Style Image (you can upload yourself or click from left gallery)",
95
  #width = 512,