Spaces:
Running
Running
jonathanagustin
commited on
Commit
•
64fcfdd
1
Parent(s):
153e83b
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
-
import gradio as gr
|
2 |
import tempfile
|
3 |
-
import openai
|
4 |
from functools import partial
|
5 |
|
|
|
|
|
|
|
|
|
6 |
def tts(
|
7 |
input_text: str,
|
8 |
model: str,
|
|
|
|
|
1 |
import tempfile
|
|
|
2 |
from functools import partial
|
3 |
|
4 |
+
import gradio as gr
|
5 |
+
import openai
|
6 |
+
|
7 |
+
|
8 |
def tts(
|
9 |
input_text: str,
|
10 |
model: str,
|