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(requests.get("https://huggingface.co/None1145/noobai-XL-Vpred-0.65s-openvino/
|
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(requests.get("https://huggingface.co/None1145/noobai-XL-Vpred-0.65s-openvino/resolve/main/example.webp").content))
|
101 |
|
102 |
with gr.Accordion("Advanced Settings", open=False):
|
103 |
negative_prompt = gr.Text(
|