Spaces:
Build error
Build error
Commit
·
356cc08
1
Parent(s):
343d964
Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ examples=[['Gandalf','Hello','dragon.wav']]
|
|
156 |
history = {"character": "None", "message_history" : [] }
|
157 |
interface= gr.Interface(fn=greet,
|
158 |
inputs=[gr.inputs.Dropdown(personality_choices),gr.inputs.Audio(source="microphone", type="filepath") ,"text", "state"],
|
159 |
-
outputs=[
|
160 |
css=css, title=title, description=description,article=article )
|
161 |
|
162 |
|
|
|
156 |
history = {"character": "None", "message_history" : [] }
|
157 |
interface= gr.Interface(fn=greet,
|
158 |
inputs=[gr.inputs.Dropdown(personality_choices),gr.inputs.Audio(source="microphone", type="filepath") ,"text", "state"],
|
159 |
+
outputs=[gr.Audio(type="filepath"),"html","state"],
|
160 |
css=css, title=title, description=description,article=article )
|
161 |
|
162 |
|