gorkemgoknar commited on
Commit
1669d0e
1 Parent(s): a3cb2aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ examples=[['Gandalf','Hello','test.wav']]
157
  history = {"character": "None", "message_history" : [] }
158
  interface= gr.Interface(fn=greet,
159
  inputs=[gr.inputs.Dropdown(personality_choices),gr.inputs.Audio(source="microphone", type="filepath") ,"text", "state"],
160
- outputs=["html","state",gr.Audio(type="filepath")],
161
  css=css, title=title, description=description,article=article )
162
 
163
 
 
157
  history = {"character": "None", "message_history" : [] }
158
  interface= gr.Interface(fn=greet,
159
  inputs=[gr.inputs.Dropdown(personality_choices),gr.inputs.Audio(source="microphone", type="filepath") ,"text", "state"],
160
+ outputs=["html","state","tts_output.wav"],
161
  css=css, title=title, description=description,article=article )
162
 
163