hassanelmghari commited on
Commit
5e7b0d6
·
verified ·
1 Parent(s): df9495e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -251,7 +251,7 @@ with gr.Blocks() as demo:
251
  clear = gr.Button("Clear")
252
 
253
  msg.submit(
254
- bot_streaming=old_bot_streaming,
255
  inputs=[msg, chatbot, together_api_key, max_new_tokens, temperature],
256
  outputs=chatbot
257
  )
 
251
  clear = gr.Button("Clear")
252
 
253
  msg.submit(
254
+ bot_streaming,
255
  inputs=[msg, chatbot, together_api_key, max_new_tokens, temperature],
256
  outputs=chatbot
257
  )