Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
os.system("git clone https://github.com/Begineer17/Short-Video-Generator.git")
|
|
|
|
| 3 |
os.system("pip install -r requirements.txt")
|
| 4 |
os.system("pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118")
|
| 5 |
import gradio as gr
|
|
|
|
| 1 |
import os
|
| 2 |
os.system("git clone https://github.com/Begineer17/Short-Video-Generator.git")
|
| 3 |
+
os.system("cd Short-Video-Generator")
|
| 4 |
os.system("pip install -r requirements.txt")
|
| 5 |
os.system("pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118")
|
| 6 |
import gradio as gr
|