DylanZimmer commited on
Commit
dc94fda
·
1 Parent(s): 108478c

Removed streaming

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -67,7 +67,6 @@ demo = gr.ChatInterface(
67
  additional_inputs=[
68
  gr.Textbox(system_prompt_default, label="System Prompt"),
69
  ],
70
- streaming=True
71
  )
72
 
73
  demo.launch()
 
67
  additional_inputs=[
68
  gr.Textbox(system_prompt_default, label="System Prompt"),
69
  ],
 
70
  )
71
 
72
  demo.launch()