Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def predict(message,history):
|
|
59 |
|
60 |
pprint(f"[tokens = {chunkCount}] {message}")
|
61 |
|
62 |
-
with gr.
|
63 |
predict,
|
64 |
title = "blockchain teacher",
|
65 |
theme = gr.themes.Soft(),
|
|
|
59 |
|
60 |
pprint(f"[tokens = {chunkCount}] {message}")
|
61 |
|
62 |
+
with gr.ChatInterface(
|
63 |
predict,
|
64 |
title = "blockchain teacher",
|
65 |
theme = gr.themes.Soft(),
|