Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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("
|
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")
|