Spaces:
Configuration error
Configuration error
Commit
·
4b1e413
1
Parent(s):
cfa7df9
initial commit
Browse files
app.py
CHANGED
@@ -3,6 +3,11 @@ import gradio as gr
|
|
3 |
title="한글 및 다국어 지원 + ChatGPT + 멀티 모델링 기반 응용 AI"
|
4 |
|
5 |
|
|
|
|
|
|
|
|
|
|
|
6 |
tts_demo = gr.Interface.load(
|
7 |
"spaces/seawolf2357/multi_test",
|
8 |
title=None,
|
|
|
3 |
title="한글 및 다국어 지원 + ChatGPT + 멀티 모델링 기반 응용 AI"
|
4 |
|
5 |
|
6 |
+
tts_examples = [
|
7 |
+
"I love learning machine learning",
|
8 |
+
"How do you do?",
|
9 |
+
]
|
10 |
+
|
11 |
tts_demo = gr.Interface.load(
|
12 |
"spaces/seawolf2357/multi_test",
|
13 |
title=None,
|