ramwar commited on
Commit
8876ae4
·
1 Parent(s): 5ced1cf

add lauch()

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -88,3 +88,5 @@ with gr.Blocks() as demo:
88
  )
89
  clear_button.click(lambda: None, None, chatbot, queue=False)
90
 
 
 
 
88
  )
89
  clear_button.click(lambda: None, None, chatbot, queue=False)
90
 
91
+ demo.launch()
92
+