Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
import gradio as gr
|
2 |
import torchaudio
|
3 |
import torch
|
|
|
|
|
|
|
4 |
|
5 |
# Define the list of target languages
|
6 |
languages = {
|
|
|
1 |
import gradio as gr
|
2 |
import torchaudio
|
3 |
import torch
|
4 |
+
import os
|
5 |
+
import time
|
6 |
+
import soundfile as sf
|
7 |
|
8 |
# Define the list of target languages
|
9 |
languages = {
|