Spaces:
Runtime error
Runtime error
jonathanagustin
commited on
Commit
•
0cb1c58
1
Parent(s):
c094dd2
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ import gradio as gr
|
|
5 |
import openai
|
6 |
from werkzeug.utils import secure_filename
|
7 |
|
|
|
8 |
def tts(
|
9 |
input_text: str,
|
10 |
model: str,
|
|
|
5 |
import openai
|
6 |
from werkzeug.utils import secure_filename
|
7 |
|
8 |
+
|
9 |
def tts(
|
10 |
input_text: str,
|
11 |
model: str,
|