alexnasa commited on
Commit
3906fa0
·
verified ·
1 Parent(s): 1b5e124

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,7 +265,7 @@ with block:
265
  with gr.Row():
266
  with gr.Column():
267
  input_image = gr.Image(type="pil")
268
- run_button = gr.Button("Run")
269
  with gr.Accordion("Options", visisble=False):
270
  user_prompt = gr.Textbox(label="User Prompt", value="")
271
  positive_prompt = gr.Textbox(label="Positive Prompt", value="clean, high-resolution, 8k, best quality, masterpiece")
 
265
  with gr.Row():
266
  with gr.Column():
267
  input_image = gr.Image(type="pil")
268
+ run_button = gr.Button("Magnify 4x")
269
  with gr.Accordion("Options", visisble=False):
270
  user_prompt = gr.Textbox(label="User Prompt", value="")
271
  positive_prompt = gr.Textbox(label="Positive Prompt", value="clean, high-resolution, 8k, best quality, masterpiece")