Tonic commited on
Commit
b9db94a
1 Parent(s): a848fc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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 = {