Spaces:
Runtime error
Runtime error
quinnpertuit
commited on
Commit
•
1b90bc1
1
Parent(s):
e70b4ea
Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ interface_mic = gr.Interface(
|
|
190 |
),
|
191 |
],
|
192 |
outputs="audio",
|
193 |
-
title="
|
194 |
description=description,
|
195 |
article=article,
|
196 |
)
|
@@ -210,13 +210,13 @@ interface_file = gr.Interface(
|
|
210 |
),
|
211 |
],
|
212 |
outputs="audio",
|
213 |
-
title="
|
214 |
description=description,
|
215 |
article=article,
|
216 |
)
|
217 |
interface = gr.TabbedInterface(
|
218 |
[interface_mic, interface_file],
|
219 |
-
["
|
220 |
)
|
221 |
|
222 |
|
|
|
190 |
),
|
191 |
],
|
192 |
outputs="audio",
|
193 |
+
title="drake-ai-v1 (flame gang)",
|
194 |
description=description,
|
195 |
article=article,
|
196 |
)
|
|
|
210 |
),
|
211 |
],
|
212 |
outputs="audio",
|
213 |
+
title="drake-ai-v1 (flame gang)",
|
214 |
description=description,
|
215 |
article=article,
|
216 |
)
|
217 |
interface = gr.TabbedInterface(
|
218 |
[interface_mic, interface_file],
|
219 |
+
["record", "upload"],
|
220 |
)
|
221 |
|
222 |
|