done ig
Browse files
app.py
CHANGED
@@ -169,7 +169,12 @@ def respond(
|
|
169 |
result += decode(idx_next[0].tolist())
|
170 |
yield result
|
171 |
|
172 |
-
demo = gr.ChatInterface(
|
|
|
|
|
|
|
|
|
|
|
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__":
|