AFischer1985 commited on
Commit
9eedb54
·
1 Parent(s): 5ed96b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,5 +56,5 @@ def response(message, history):
56
  pass
57
  yield response
58
 
59
- gr.ChatInterface(response).queue().launch(share=True) #False, server_name="0.0.0.0", server_port=7864)
60
  print("Interface up and running!")
 
56
  pass
57
  yield response
58
 
59
+ gr.ChatInterface(response,title="Mistral-7B-Instruct-v0.2-GGUF Chatbot").queue().launch(share=True) #False, server_name="0.0.0.0", server_port=7864)
60
  print("Interface up and running!")