KetanJogadankar commited on
Commit
76737c7
·
verified ·
1 Parent(s): d12a136

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Mistral 7B").queue().launch(debug=True)
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,