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