Spaces:
Running
on
Zero
Running
on
Zero
wangmengchao
commited on
Commit
·
b5445b9
1
Parent(s):
3d34307
fix
Browse files
app.py
CHANGED
@@ -291,8 +291,8 @@ with gr.Blocks(title="FantasyTalking Video Generation") as demo:
|
|
291 |
gr.Examples(
|
292 |
examples=[
|
293 |
[
|
294 |
-
"
|
295 |
-
"
|
296 |
],
|
297 |
],
|
298 |
inputs=[image_input, audio_input],
|
|
|
291 |
gr.Examples(
|
292 |
examples=[
|
293 |
[
|
294 |
+
"assets/images/woman.png",
|
295 |
+
"assets/audios/woman.wav",
|
296 |
],
|
297 |
],
|
298 |
inputs=[image_input, audio_input],
|