Update app.py
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ def predict(message, history, min_hist_memo = 3):
|
|
178 |
pass
|
179 |
yield str(streamer)
|
180 |
|
181 |
-
gr.ChatInterface(predict, title="
|
182 |
|
183 |
# def respond(
|
184 |
# message,
|
|
|
178 |
pass
|
179 |
yield str(streamer)
|
180 |
|
181 |
+
gr.ChatInterface(predict, title="Zephyr 7B").queue().launch(debug=True)
|
182 |
|
183 |
# def respond(
|
184 |
# message,
|