Aspik101 commited on
Commit
1d65d17
·
1 Parent(s): a9eba92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -49,6 +49,7 @@ with gr.Blocks() as demo:
49
  bot, chatbot, chatbot
50
  )
51
  clear.click(lambda: None, None, chatbot, queue=False)
52
-
 
53
  demo.queue()
54
  demo.launch()
 
49
  bot, chatbot, chatbot
50
  )
51
  clear.click(lambda: None, None, chatbot, queue=False)
52
+
53
+
54
  demo.queue()
55
  demo.launch()