Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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],
|