Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
·
af32f74
1
Parent(s):
bd6a3af
Update app.py
Browse files
app.py
CHANGED
@@ -29,6 +29,7 @@ import gradio as gr
|
|
29 |
|
30 |
TOTAL_FRAMES = 40
|
31 |
|
|
|
32 |
subprocess.run(["git", "clone", "https://github.com/wjf5203/VNext"])
|
33 |
|
34 |
def setup_cfg(cfg):
|
|
|
29 |
|
30 |
TOTAL_FRAMES = 40
|
31 |
|
32 |
+
subprocess.run(["pip", "install", "git+https://github.com/wjf5203/VNext.git"])
|
33 |
subprocess.run(["git", "clone", "https://github.com/wjf5203/VNext"])
|
34 |
|
35 |
def setup_cfg(cfg):
|