alexnasa commited on
Commit
d6c0331
·
verified ·
1 Parent(s): a75a9db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", visisble=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(
 
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(