ameerazam08 commited on
Commit
b02e698
1 Parent(s): 731ab1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ with block:
36
  with gr.Column():
37
  caption = gr.Textbox(label="caption")
38
  image_pil = gr.Image(label="Describe the Image", type='pil')
39
- scale_factor = gr.Slider(minimum=1,maximum=4,value=1, step=1, label="Scale Factor")
40
  generate_button = gr.Button("Upscale Image")
41
  with gr.Column():
42
  generated_image = gr.Gallery(label="Generated Image",)
 
36
  with gr.Column():
37
  caption = gr.Textbox(label="caption")
38
  image_pil = gr.Image(label="Describe the Image", type='pil')
39
+ scale_factor = gr.Slider(minimum=1,maximum=3,value=1, step=1, label="Scale Factor ")
40
  generate_button = gr.Button("Upscale Image")
41
  with gr.Column():
42
  generated_image = gr.Gallery(label="Generated Image",)