atharvapawar commited on
Commit
da5d038
·
verified ·
1 Parent(s): df2fb36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def main():
36
 
37
  with gr.Row():
38
  with gr.Column(scale=1):
39
- image_input = gr.Image(type="pil", label="Low-Resolution Image", tool="editor")
40
  prompt_input = gr.Textbox(label="Prompt", value="a white cat")
41
 
42
  upload_btn = gr.Button("Upload and Upscale")
 
36
 
37
  with gr.Row():
38
  with gr.Column(scale=1):
39
+ image_input = gr.Image(type="pil", label="Low-Resolution Image")
40
  prompt_input = gr.Textbox(label="Prompt", value="a white cat")
41
 
42
  upload_btn = gr.Button("Upload and Upscale")