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