ehioko commited on
Commit
0d6fdec
·
verified ·
1 Parent(s): 9080a4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -1
app.py CHANGED
@@ -116,4 +116,14 @@ def respond(message, history):
116
 
117
  chatbot = gr.ChatInterface(respond, type = 'messages')
118
 
119
- chatbot.launch(debug = True)
 
 
 
 
 
 
 
 
 
 
 
116
 
117
  chatbot = gr.ChatInterface(respond, type = 'messages')
118
 
119
+ # with gr.Blocks() as demo:
120
+ # gr.Image(value="gobuddy.png", interactive=False, show_label=False)
121
+
122
+ # chatbot = gr.ChatInterface(
123
+ # fn=respond,
124
+ # type="messages",
125
+ # title="🌟 GoBuddy Chat",
126
+ # description="Your travel companion"
127
+ # )
128
+
129
+ # demo.launch(debug=True)