None1145 commited on
Commit
61584c7
1 Parent(s): e9d54a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/resolve/main/example.webp").content))
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(