miaw1419 commited on
Commit
41aa245
·
verified ·
1 Parent(s): 65ea5fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -397,7 +397,7 @@ with gr.Blocks(css=css, title="ViPer Demo", theme=gr.themes.Base()) as demo:
397
 
398
  run_button = gr.Button("Run", scale=0, interactive=False)
399
 
400
- result = gr.Image(label="Result", show_label=False, interactive=False, value="")
401
 
402
  with gr.Row(elem_id="main-container"):
403
  with gr.Accordion("images generated from the same prompt but different extracted preferences (prompt: Picture of a lady)", open=False):
 
397
 
398
  run_button = gr.Button("Run", scale=0, interactive=False)
399
 
400
+ result = gr.Image(label="Result", show_label=False, interactive=False)
401
 
402
  with gr.Row(elem_id="main-container"):
403
  with gr.Accordion("images generated from the same prompt but different extracted preferences (prompt: Picture of a lady)", open=False):