alexnasa commited on
Commit
693b55d
·
verified ·
1 Parent(s): 032eabf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -284,7 +284,7 @@ with gr.Blocks(css=css) as demo:
284
  with gr.Column():
285
  input_image = gr.Image(type="pil")
286
  run_button = gr.Button("Magnify 4x")
287
- preprocessed_image = gr.Image(label="preprocess image", type="pil")
288
  with gr.Accordion("Options", visible=False):
289
  user_prompt = gr.Textbox(label="User Prompt", value="")
290
  positive_prompt = gr.Textbox(label="Positive Prompt", value="clean, high-resolution, 8k, best quality, masterpiece")
 
284
  with gr.Column():
285
  input_image = gr.Image(type="pil")
286
  run_button = gr.Button("Magnify 4x")
287
+ preprocessed_image = gr.Image(label="preprocess image", type="pil", interactive=False)
288
  with gr.Accordion("Options", visible=False):
289
  user_prompt = gr.Textbox(label="User Prompt", value="")
290
  positive_prompt = gr.Textbox(label="Positive Prompt", value="clean, high-resolution, 8k, best quality, masterpiece")