909ahmed commited on
Commit
977ee0e
1 Parent(s): d38bb58
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -169,7 +169,12 @@ def respond(
169
  result += decode(idx_next[0].tolist())
170
  yield result
171
 
172
- demo = gr.ChatInterface(respond)
 
 
 
 
 
173
 
174
 
175
  if __name__ == "__main__":
 
169
  result += decode(idx_next[0].tolist())
170
  yield result
171
 
172
+ demo = gr.ChatInterface(
173
+
174
+ respond,
175
+ title="Sherlock doing meth again?"
176
+
177
+ )
178
 
179
 
180
  if __name__ == "__main__":