Spaces:
Paused
Paused
Fix bugs
Browse files- app.py +1 -1
- requirements.txt +2 -1
app.py
CHANGED
@@ -26,7 +26,7 @@ with gradio.Blocks(
|
|
26 |
),
|
27 |
) as demo:
|
28 |
with gradio.Row():
|
29 |
-
gradio.Markdown("# Video
|
30 |
with gradio.Row():
|
31 |
with gradio.Column():
|
32 |
v = gradio.Video(label='Source image/video')
|
|
|
26 |
),
|
27 |
) as demo:
|
28 |
with gradio.Row():
|
29 |
+
gradio.Markdown("# Video Retalking SpaceAI")
|
30 |
with gradio.Row():
|
31 |
with gradio.Column():
|
32 |
v = gradio.Video(label='Source image/video')
|
requirements.txt
CHANGED
@@ -21,4 +21,5 @@ onnx==1.14.1
|
|
21 |
onnxruntime==1.16.0
|
22 |
onnxsim==0.4.33
|
23 |
torch==2.0.1
|
24 |
-
torchvision==0.15.2
|
|
|
|
21 |
onnxruntime==1.16.0
|
22 |
onnxsim==0.4.33
|
23 |
torch==2.0.1
|
24 |
+
torchvision==0.15.2
|
25 |
+
ffmpeg-python
|