alexkueck commited on
Commit
6fe5ae6
1 Parent(s): b2914ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,7 +277,7 @@ demo1 = gr.ChatInterface(fn=invoke,
277
  retry_btn="Wiederholen",
278
  undo_btn="Letztes löschen",
279
  clear_btn="Verlauf löschen",
280
- , additional_inputs=additional_inputs,
281
  description = description)#.queue().launch()
282
 
283
  with gr.Blocks() as demo:
 
277
  retry_btn="Wiederholen",
278
  undo_btn="Letztes löschen",
279
  clear_btn="Verlauf löschen",
280
+ additional_inputs=additional_inputs,
281
  description = description)#.queue().launch()
282
 
283
  with gr.Blocks() as demo: