Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ with gr.Blocks() as img:
|
|
97 |
|
98 |
run_button = gr.Button("Run", scale=0, variant="primary")
|
99 |
|
100 |
-
result = gr.Image(label="Result", show_label=False, value=Image.open(
|
101 |
|
102 |
with gr.Accordion("Advanced Settings", open=False):
|
103 |
negative_prompt = gr.Text(
|
|
|
97 |
|
98 |
run_button = gr.Button("Run", scale=0, variant="primary")
|
99 |
|
100 |
+
result = gr.Image(label="Result", show_label=False, value=Image.open("./example.webp"))
|
101 |
|
102 |
with gr.Accordion("Advanced Settings", open=False):
|
103 |
negative_prompt = gr.Text(
|