gorkemgoknar commited on
Commit
9853581
1 Parent(s): 7baef9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ article = "<p style='text-align: center'><a href='https://www.linkedin.com/pulse
155
 
156
  history = {"character": "None", "message_history" : [] }
157
  interface= gr.Interface(fn=greet,
158
- inputs=[gr.inputs.Dropdown(personality_choices),gr.Audio(source="microphone", type="filepath") ,"text", "state"],
159
  outputs=["html","state",gr.Audio(type="filepath")],
160
 
161
  css=css, title=title, description=description,article=article )
 
155
 
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=["html","state",gr.Audio(type="filepath")],
160
 
161
  css=css, title=title, description=description,article=article )