AFischer1985 commited on
Commit
6837d41
1 Parent(s): 1a0c402

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +2 -2
run.py CHANGED
@@ -2,7 +2,7 @@
2
  # Title: Gradio Interface to SauerkrautLM-Chatbot on premises
3
  # Author: Andreas Fischer
4
  # Date: December 29th, 2023
5
- # Last update: December 29th, 2023
6
  ##########################################################################################
7
 
8
 
@@ -83,5 +83,5 @@ def response(message, history):
83
  pass
84
  yield response
85
 
86
- gr.ChatInterface(response, chatbot=gr.Chatbot(render_markdown=True),title="SauerkrautLM-7B-HerO-GGUF Chat").queue().launch(share=True) #False, server_name="0.0.0.0", server_port=7864)
87
  print("Interface up and running!")
 
2
  # Title: Gradio Interface to SauerkrautLM-Chatbot on premises
3
  # Author: Andreas Fischer
4
  # Date: December 29th, 2023
5
+ # Last update: December 31th, 2023
6
  ##########################################################################################
7
 
8
 
 
83
  pass
84
  yield response
85
 
86
+ gr.ChatInterface(response, chatbot=gr.Chatbot(render_markdown=True),title="German SauerkrautLM-7B-HerO-GGUF Chat").queue().launch(share=True) #False, server_name="0.0.0.0", server_port=7864)
87
  print("Interface up and running!")