radames commited on
Commit
7d28350
·
1 Parent(s): 4e700c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ with gr.Blocks() as demo:
28
  bot, chatbot, chatbot
29
  )
30
  clear.click(lambda: None, None, chatbot, queue=False)
31
- block.load(
32
  None,
33
  inputs=None,
34
  outputs=url_params,
 
28
  bot, chatbot, chatbot
29
  )
30
  clear.click(lambda: None, None, chatbot, queue=False)
31
+ demo.load(
32
  None,
33
  inputs=None,
34
  outputs=url_params,