osanseviero HF staff commited on
Commit
af32f74
1 Parent(s): bd6a3af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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):