Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
acc3d84
1
Parent(s):
0ca8766
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ import subprocess
|
|
18 |
import tqdm
|
19 |
|
20 |
import gradio as gr
|
21 |
-
TOTAL_FRAMES =
|
22 |
|
23 |
subprocess.run(["pip", "install", "git+https://github.com/wjf5203/VNext.git"])
|
24 |
subprocess.run(["git", "clone", "https://github.com/wjf5203/VNext"])
|
|
|
18 |
import tqdm
|
19 |
|
20 |
import gradio as gr
|
21 |
+
TOTAL_FRAMES = 60
|
22 |
|
23 |
subprocess.run(["pip", "install", "git+https://github.com/wjf5203/VNext.git"])
|
24 |
subprocess.run(["git", "clone", "https://github.com/wjf5203/VNext"])
|