alexkueck commited on
Commit
eea8371
1 Parent(s): 3f585ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -266,7 +266,7 @@ additional_inputs = [
266
 
267
  chatbot_stream = gr.Chatbot()
268
 
269
- demo1 = gr.ChatInterface(fn=invoke,
270
  #additional_inputs = additional_inputs,
271
  title = "Generative AI - LLM & RAG",
272
  theme="soft",
 
266
 
267
  chatbot_stream = gr.Chatbot()
268
 
269
+ chat_interface_stream = gr.ChatInterface(fn=invoke,
270
  #additional_inputs = additional_inputs,
271
  title = "Generative AI - LLM & RAG",
272
  theme="soft",