Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,8 @@ from pathlib import Path
|
|
4 |
import gradio as gr
|
5 |
|
6 |
|
|
|
|
|
7 |
def greet(text, audio_file_path):
|
8 |
text = "%s" % text
|
9 |
audio_file_path = "%s" % audio_file_path
|
|
|
4 |
import gradio as gr
|
5 |
|
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
|