Spaces:
Runtime error
Runtime error
Antoni Bigata
commited on
Commit
Β·
5639f0c
1
Parent(s):
0514b61
text
Browse files
app.py
CHANGED
|
@@ -1082,6 +1082,11 @@ with gr.Blocks(
|
|
| 1082 |
4. An interpolation model creates a smooth video between keyframes
|
| 1083 |
5. The final video is rendered with the new audio
|
| 1084 |
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1085 |
|
| 1086 |
if __name__ == "__main__":
|
| 1087 |
import spaces
|
|
|
|
| 1082 |
4. An interpolation model creates a smooth video between keyframes
|
| 1083 |
5. The final video is rendered with the new audio
|
| 1084 |
""")
|
| 1085 |
+
gr.Markdown("""
|
| 1086 |
+
## Limitations
|
| 1087 |
+
|
| 1088 |
+
Due to GPU restrictions on Hugging Face Spaces, the demo is limited to processing videos of maximum 6 seconds in length. For longer videos or better performance, we recommend using the inference scripts provided in this repository (https://github.com/antonibigata/keysync) to run KeySync locally on your own hardware.
|
| 1089 |
+
""")
|
| 1090 |
|
| 1091 |
if __name__ == "__main__":
|
| 1092 |
import spaces
|