gorkemgoknar commited on
Commit
0fe3adb
1 Parent(s): 07941b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,7 +152,7 @@ article = "<p style='text-align: center'><a href='https://www.linkedin.com/pulse
152
  #History not implemented in this demo, use metayazar.com/chatbot for a movie and character dropdown chat interface
153
  ##interface = gr.Interface(fn=greet, inputs=[gr.inputs.Dropdown(personality_choices) ,"text"], title=title, description=description, outputs="text")
154
 
155
- examples=[['Gandalf','Hello','test.wav']]
156
 
157
  history = {"character": "None", "message_history" : [] }
158
  interface= gr.Interface(fn=greet,
 
152
  #History not implemented in this demo, use metayazar.com/chatbot for a movie and character dropdown chat interface
153
  ##interface = gr.Interface(fn=greet, inputs=[gr.inputs.Dropdown(personality_choices) ,"text"], title=title, description=description, outputs="text")
154
 
155
+ examples=[['Gandalf','Hello','dragon.wav']]
156
 
157
  history = {"character": "None", "message_history" : [] }
158
  interface= gr.Interface(fn=greet,