Spaces:
Running
Running
Commit
·
d853661
1
Parent(s):
dd6a80b
small fixes
Browse files
app.py
CHANGED
|
@@ -20,12 +20,12 @@
|
|
| 20 |
# https://gradio.app/docs/#dropdown
|
| 21 |
|
| 22 |
import logging
|
|
|
|
| 23 |
import time
|
| 24 |
import uuid
|
| 25 |
|
| 26 |
import gradio as gr
|
| 27 |
import soundfile as sf
|
| 28 |
-
import system
|
| 29 |
|
| 30 |
from model import get_pretrained_model, language_to_models
|
| 31 |
|
|
|
|
| 20 |
# https://gradio.app/docs/#dropdown
|
| 21 |
|
| 22 |
import logging
|
| 23 |
+
import os
|
| 24 |
import time
|
| 25 |
import uuid
|
| 26 |
|
| 27 |
import gradio as gr
|
| 28 |
import soundfile as sf
|
|
|
|
| 29 |
|
| 30 |
from model import get_pretrained_model, language_to_models
|
| 31 |
|