Spaces:
Build error
Build error
Commit
·
bf58e82
1
Parent(s):
2ac3e56
Update app.py
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ article = "<p style='text-align: center'><a href='https://www.linkedin.com/pulse
|
|
167 |
#History not implemented in this demo, use metayazar.com/chatbot for a movie and character dropdown chat interface
|
168 |
##interface = gr.Interface(fn=greet, inputs=[gr.inputs.Dropdown(personality_choices) ,"text"], title=title, description=description, outputs="text")
|
169 |
|
170 |
-
examples=[['Gandalf','
|
171 |
|
172 |
history = {"character": "None", "message_history" : [] }
|
173 |
|
|
|
167 |
#History not implemented in this demo, use metayazar.com/chatbot for a movie and character dropdown chat interface
|
168 |
##interface = gr.Interface(fn=greet, inputs=[gr.inputs.Dropdown(personality_choices) ,"text"], title=title, description=description, outputs="text")
|
169 |
|
170 |
+
examples=[['Gandalf','dragon.wav','Who are you sir?',{}]]
|
171 |
|
172 |
history = {"character": "None", "message_history" : [] }
|
173 |
|