ysharma HF Staff commited on
Commit
408c5c6
·
1 Parent(s): 898947f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ with gr.Blocks() as demo:
57
  with gr.Row(variant="panel"):
58
  gr.Examples(examples=[
59
  #['example_images/sample2.png', 'A girl with yellow hair and black clothes stood in front of the camera'],
60
- ['sample13.png', 'A girl in hat and glasses']
61
  ],
62
  inputs=[image_in, text_in],
63
  outputs=[video_out_1],
 
57
  with gr.Row(variant="panel"):
58
  gr.Examples(examples=[
59
  #['example_images/sample2.png', 'A girl with yellow hair and black clothes stood in front of the camera'],
60
+ [os.path.join(current_directory, 'sample13.png'), 'A girl in hat and glasses']
61
  ],
62
  inputs=[image_in, text_in],
63
  outputs=[video_out_1],