Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|