developer052 commited on
Commit
f7b70b0
·
verified ·
1 Parent(s): 74fc449

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -6,6 +6,8 @@ from typing import Optional, Tuple
6
 
7
  import gradio as gr
8
  import numpy as np
 
 
9
  import soundfile as sf
10
  import torch
11
 
 
6
 
7
  import gradio as gr
8
  import numpy as np
9
+ import os
10
+ os.system('pip install -r requirements.txt')
11
  import soundfile as sf
12
  import torch
13