Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -145,7 +145,7 @@ def CanaryPhiVits(user_voice):
|
|
145 |
iface = gr.Interface(
|
146 |
fn=CanaryPhiVits,
|
147 |
title="Chatty Ashe",
|
148 |
-
theme="gstaff/xkcd",
|
149 |
|
150 |
inputs=gr.Audio(
|
151 |
sources=["microphone", "upload"],
|
@@ -153,8 +153,7 @@ iface = gr.Interface(
|
|
153 |
type="filepath",
|
154 |
format="wav",
|
155 |
),
|
156 |
-
outputs=gr.Audio(
|
157 |
-
"response.wav",
|
158 |
label="Output Audio"
|
159 |
),
|
160 |
)
|
|
|
145 |
iface = gr.Interface(
|
146 |
fn=CanaryPhiVits,
|
147 |
title="Chatty Ashe",
|
148 |
+
#theme="gstaff/xkcd",
|
149 |
|
150 |
inputs=gr.Audio(
|
151 |
sources=["microphone", "upload"],
|
|
|
153 |
type="filepath",
|
154 |
format="wav",
|
155 |
),
|
156 |
+
outputs=gr.Audio(
|
|
|
157 |
label="Output Audio"
|
158 |
),
|
159 |
)
|