AFischer1985 commited on
Commit
79e40b4
1 Parent(s): 432dbc1

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -118,5 +118,5 @@ def response(
118
  output=output+"\n\n<br><details open><summary><strong>Sources</strong></summary><br><ul>"+ "".join(["<li>" + s + "</li>" for s in combination])+"</ul></details>"
119
  yield output
120
 
121
- gr.ChatInterface(response, chatbot=gr.Chatbot(render_markdown=True),title="RAG-Interface to the Hugging Face Hub").queue().launch(share=True) #False, server_name="0.0.0.0", server_port=7864)
122
  print("Interface up and running!")
 
118
  output=output+"\n\n<br><details open><summary><strong>Sources</strong></summary><br><ul>"+ "".join(["<li>" + s + "</li>" for s in combination])+"</ul></details>"
119
  yield output
120
 
121
+ gr.ChatInterface(response, chatbot=gr.Chatbot(render_markdown=True),title="German AI-RAG-Interface to the Hugging Face Hub").queue().launch(share=True) #False, server_name="0.0.0.0", server_port=7864)
122
  print("Interface up and running!")