Spaces:
Build error
Build error
gorkemgoknar
commited on
Commit
•
dc2293f
1
Parent(s):
392fb0c
Update app.py
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ article = "<p style='text-align: center'><a href='https://www.linkedin.com/pulse
|
|
178 |
history = {"character": "None", "message_history" : [] }
|
179 |
interface= gr.Interface(fn=greet,
|
180 |
inputs=[gr.inputs.Dropdown(personality_choices) ,"text", "state"],
|
181 |
-
outputs=["html","state",
|
182 |
|
183 |
css=css, title=title, description=description,article=article )
|
184 |
|
|
|
178 |
history = {"character": "None", "message_history" : [] }
|
179 |
interface= gr.Interface(fn=greet,
|
180 |
inputs=[gr.inputs.Dropdown(personality_choices) ,"text", "state"],
|
181 |
+
outputs=["html","state",gr.Audio(type="filepath")],
|
182 |
|
183 |
css=css, title=title, description=description,article=article )
|
184 |
|