Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
a51d88a
1
Parent(s):
16925ec
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,6 @@ sys.path.append('.')
|
|
3 |
import gradio as gr
|
4 |
import os
|
5 |
os.system('pip install -U torchtext==0.8.0')
|
6 |
-
os.system('pip install numpy --upgrade')
|
7 |
os.system('./separate_scripts/download_checkpoints.sh')
|
8 |
|
9 |
def inference(audio):
|
|
|
3 |
import gradio as gr
|
4 |
import os
|
5 |
os.system('pip install -U torchtext==0.8.0')
|
|
|
6 |
os.system('./separate_scripts/download_checkpoints.sh')
|
7 |
|
8 |
def inference(audio):
|