Spaces:
Build error
Build error
Commit
·
9c9c777
1
Parent(s):
a4bf7ee
Update app.py
Browse files
app.py
CHANGED
@@ -216,8 +216,7 @@ interface_mic= gr.Interface(fn=greet,
|
|
216 |
css=css, title=title, description=description,article=article )
|
217 |
|
218 |
|
219 |
-
interface_file= gr.Interface.load(
|
220 |
-
src="spaces",
|
221 |
inputs=[gr.inputs.Dropdown(personality_choices),
|
222 |
gr.inputs.Audio(type="filepath"),
|
223 |
"text",
|
|
|
216 |
css=css, title=title, description=description,article=article )
|
217 |
|
218 |
|
219 |
+
interface_file= gr.Interface.load(greet_textonly,
|
|
|
220 |
inputs=[gr.inputs.Dropdown(personality_choices),
|
221 |
gr.inputs.Audio(type="filepath"),
|
222 |
"text",
|