AFischer1985 commited on
Commit
39ea8d1
1 Parent(s): 41ec323

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -113,5 +113,5 @@ def response(
113
  output=output+"\n\n<br><details open><summary><strong>Sources</strong></summary><br><ul>"+ "".join(["<li>" + s + "</li>" for s in combination])+"</ul></details>"
114
  yield output
115
 
116
- gr.ChatInterface(response, chatbot=gr.Chatbot(render_markdown=True),title="RAG-Interface").queue().launch(share=True) #False, server_name="0.0.0.0", server_port=7864)
117
  print("Interface up and running!")
 
113
  output=output+"\n\n<br><details open><summary><strong>Sources</strong></summary><br><ul>"+ "".join(["<li>" + s + "</li>" for s in combination])+"</ul></details>"
114
  yield output
115
 
116
+ 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)
117
  print("Interface up and running!")