Spaces:
Configuration error
Configuration error
Commit
·
9ee5837
1
Parent(s):
8f6b527
initial commit
Browse files
app.py
CHANGED
@@ -8,14 +8,14 @@ tts_examples = [
|
|
8 |
]
|
9 |
|
10 |
tts_demo = gr.Interface.load(
|
11 |
-
"
|
12 |
title=None,
|
13 |
examples=tts_examples,
|
14 |
description="Give me something to say!",
|
15 |
)
|
16 |
|
17 |
stt_demo = gr.Interface.load(
|
18 |
-
"
|
19 |
title=None,
|
20 |
inputs="mic",
|
21 |
description="Let me try to guess what you're saying!",
|
|
|
8 |
]
|
9 |
|
10 |
tts_demo = gr.Interface.load(
|
11 |
+
"spaces/seawolf2357/multi_test",
|
12 |
title=None,
|
13 |
examples=tts_examples,
|
14 |
description="Give me something to say!",
|
15 |
)
|
16 |
|
17 |
stt_demo = gr.Interface.load(
|
18 |
+
"spaces/seawolf2357/PDF-text-extractor",
|
19 |
title=None,
|
20 |
inputs="mic",
|
21 |
description="Let me try to guess what you're saying!",
|