alexkueck commited on
Commit
e223a8d
1 Parent(s): df562c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -375,7 +375,7 @@ additional_inputs = [
375
  chatbot_stream = gr.Chatbot()
376
 
377
  chat_interface_stream = gr.ChatInterface(fn=invoke,
378
- #additional_inputs = additional_inputs,
379
  title = "ChatGPT vom LI",
380
  theme="soft",
381
  chatbot=chatbot_stream,
@@ -383,7 +383,6 @@ chat_interface_stream = gr.ChatInterface(fn=invoke,
383
  undo_btn="↩️ Letztes löschen",
384
  clear_btn="🗑️ Verlauf löschen",
385
  submit_btn = "Abschicken",
386
- additional_inputs=additional_inputs,
387
  description = description)
388
 
389
  with gr.Blocks() as demo:
 
375
  chatbot_stream = gr.Chatbot()
376
 
377
  chat_interface_stream = gr.ChatInterface(fn=invoke,
378
+ additional_inputs = additional_inputs,
379
  title = "ChatGPT vom LI",
380
  theme="soft",
381
  chatbot=chatbot_stream,
 
383
  undo_btn="↩️ Letztes löschen",
384
  clear_btn="🗑️ Verlauf löschen",
385
  submit_btn = "Abschicken",
 
386
  description = description)
387
 
388
  with gr.Blocks() as demo: