gorkemgoknar commited on
Commit
356cc08
·
1 Parent(s): 343d964

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=["tts_output.wav","html","state"],
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