jadechoghari commited on
Commit
61a9795
1 Parent(s): 69e20ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -11,7 +11,6 @@ os.system('pip install torchlibrosa==0.0.9 librosa==0.9.2')
11
  os.system('pip install -q pytorch_lightning==2.1.3 torchlibrosa==0.0.9 librosa==0.9.2 ftfy==6.1.1 braceexpand')
12
  os.system('pip install torch==2.3.0+cu121 torchvision==0.18.0+cu121 torchaudio==2.3.0 --index-url https://download.pytorch.org/whl/cu121')
13
 
14
- sys.path.append(os.path.abspath("qa_mdt"))
15
  # only then import the necessary modules from qa_mdt
16
  from qa_mdt.pipeline import MOSDiffusionPipeline
17
 
 
11
  os.system('pip install -q pytorch_lightning==2.1.3 torchlibrosa==0.0.9 librosa==0.9.2 ftfy==6.1.1 braceexpand')
12
  os.system('pip install torch==2.3.0+cu121 torchvision==0.18.0+cu121 torchaudio==2.3.0 --index-url https://download.pytorch.org/whl/cu121')
13
 
 
14
  # only then import the necessary modules from qa_mdt
15
  from qa_mdt.pipeline import MOSDiffusionPipeline
16