konverner commited on
Commit
f440759
1 Parent(s): cd8906c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
6
 
7
  os.system('pip install .')
8
 
9
- def greet(text, audio_file_path):
10
  text = "%s" % text
11
  audio_file_path = "%s" % audio_file_path
12
  out_path = Path("scripts/output/audio.wav")
 
6
 
7
  os.system('pip install .')
8
 
9
+ def greet(text, audio_file_path, progress=gr.Progress()):
10
  text = "%s" % text
11
  audio_file_path = "%s" % audio_file_path
12
  out_path = Path("scripts/output/audio.wav")