fffiloni commited on
Commit
33c3877
·
verified ·
1 Parent(s): cf1a19d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -104,13 +104,13 @@ with gr.Blocks(css=css) as demo:
104
  choices = ["finegrain image enhancer", "clarity upscale"],
105
  value = "clarity upscale"
106
  )
107
- submit_btn = gr.Button("Submit")
108
  output_res = ImageSlider(label="Flux / Upscaled")
109
 
110
  gr.Examples(
111
  examples = [
112
  ["a tiny astronaut hatching from an egg on the moon", 2, "clarity upscale"],
113
- ["a bright blue bird in the garden, natural photo cinematic, MM full HD", 2, "clarity_upscale"]
114
  ],
115
  fn = main,
116
  inputs=[prompt_in, upscale_factor, upscale_provider],
 
104
  choices = ["finegrain image enhancer", "clarity upscale"],
105
  value = "clarity upscale"
106
  )
107
+ submit_btn = gr.Button("Submit", scale=1)
108
  output_res = ImageSlider(label="Flux / Upscaled")
109
 
110
  gr.Examples(
111
  examples = [
112
  ["a tiny astronaut hatching from an egg on the moon", 2, "clarity upscale"],
113
+ ["a bright blue bird in the garden, natural photo cinematic, MM full HD", 2, "clarity upscale"]
114
  ],
115
  fn = main,
116
  inputs=[prompt_in, upscale_factor, upscale_provider],