Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -267,7 +267,7 @@ with block:
|
|
267 |
with gr.Column():
|
268 |
input_image = gr.Image(type="pil")
|
269 |
run_button = gr.Button("Magnify 4x")
|
270 |
-
with gr.Accordion("Options",
|
271 |
user_prompt = gr.Textbox(label="User Prompt", value="")
|
272 |
positive_prompt = gr.Textbox(label="Positive Prompt", value="clean, high-resolution, 8k, best quality, masterpiece")
|
273 |
negative_prompt = gr.Textbox(
|
|
|
267 |
with gr.Column():
|
268 |
input_image = gr.Image(type="pil")
|
269 |
run_button = gr.Button("Magnify 4x")
|
270 |
+
with gr.Accordion("Options", visible=False):
|
271 |
user_prompt = gr.Textbox(label="User Prompt", value="")
|
272 |
positive_prompt = gr.Textbox(label="Positive Prompt", value="clean, high-resolution, 8k, best quality, masterpiece")
|
273 |
negative_prompt = gr.Textbox(
|