cbensimon HF staff commited on
Commit
a706bd8
1 Parent(s): 25bad68

Fix samples path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,7 +222,7 @@ with gr.Blocks(css=css) as demo:
222
  """)
223
  with gr.Row():
224
  with gr.Column():
225
- input_image = gr.Image(type="filepath", sources=["upload"], value="samples/frog.png")
226
  prompt_in = gr.Textbox(label="Prompt", value="Frog")
227
  with gr.Accordion(label="Advanced settings", open=False):
228
  added_prompt = gr.Textbox(label="Added Prompt", value='clean, high-resolution, 8k, best quality, masterpiece')
 
222
  """)
223
  with gr.Row():
224
  with gr.Column():
225
+ input_image = gr.Image(type="filepath", sources=["upload"], value="PASD/samples/frog.png")
226
  prompt_in = gr.Textbox(label="Prompt", value="Frog")
227
  with gr.Accordion(label="Advanced settings", open=False):
228
  added_prompt = gr.Textbox(label="Added Prompt", value='clean, high-resolution, 8k, best quality, masterpiece')