gorkemgoknar commited on
Commit
8b18457
1 Parent(s): 9136a7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ css="""
129
  #some selected ones are in for demo use
130
  personality_choices = ["Gandalf", "Riddick", "Macleod", "Morpheus", "Neo","Spock","Vader","Indy", "Ig-11","Threepio","Tony Stark","Batman","Vizzini"]
131
  title = "Metayazar - Movie Chatbot"
132
- description = "Chat with your favorite movie characters. This space demo has simple interface and simple history, test it out in metayazar.com/chatbot for more movie/character options and history memorized."
133
 
134
  #History not implemented in this demo, use metayazar.com/chatbot for a movie and character dropdown chat interface
135
  ##interface = gr.Interface(fn=greet, inputs=[gr.inputs.Dropdown(personality_choices) ,"text"], title=title, description=description, outputs="text")
 
129
  #some selected ones are in for demo use
130
  personality_choices = ["Gandalf", "Riddick", "Macleod", "Morpheus", "Neo","Spock","Vader","Indy", "Ig-11","Threepio","Tony Stark","Batman","Vizzini"]
131
  title = "Metayazar - Movie Chatbot"
132
+ description = "Chat with your favorite movie characters. This space demo has simple interface and simple history as gradio's state did not work need to make a global history, you will have different responses as same gradio machine will be used! Test it out in metayazar.com/chatbot for more movie/character options and history memorized."
133
 
134
  #History not implemented in this demo, use metayazar.com/chatbot for a movie and character dropdown chat interface
135
  ##interface = gr.Interface(fn=greet, inputs=[gr.inputs.Dropdown(personality_choices) ,"text"], title=title, description=description, outputs="text")