doanxem99 commited on
Commit
3549b42
·
verified ·
1 Parent(s): 349a298

Change app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,10 +1,10 @@
 
1
  os.system("git clone https://github.com/Begineer17/Short-Video-Generator.git")
2
  os.system("pip install -r requirements.txt")
3
  os.system("pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118")
4
  import gradio as gr
5
  import torch
6
  import subprocess
7
- import os
8
 
9
 
10
  device = "cuda" if torch.cuda.is_available() else "cpu"
 
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
6
  import torch
7
  import subprocess
 
8
 
9
 
10
  device = "cuda" if torch.cuda.is_available() else "cpu"