Spaces:
Build error
Build error
gorkemgoknar
commited on
Commit
•
bae13d9
1
Parent(s):
28a163b
Update app.py
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ interface_file= gr.Interface(fn=greet,
|
|
197 |
gr.inputs.Audio(type="filepath"),
|
198 |
"text",
|
199 |
"state"],
|
200 |
-
outputs=["html","state",gr.outputs.Audio(type="
|
201 |
css=css, title=title, description=description,article=article )
|
202 |
|
203 |
|
|
|
197 |
gr.inputs.Audio(type="filepath"),
|
198 |
"text",
|
199 |
"state"],
|
200 |
+
outputs=["html","state",gr.outputs.Audio(type="filepath")],
|
201 |
css=css, title=title, description=description,article=article )
|
202 |
|
203 |
|