Omnibus commited on
Commit
0839bc0
·
verified ·
1 Parent(s): 7282311

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -376,7 +376,7 @@ examples =[
376
  ]
377
  with gr.Blocks() as app:
378
  btn=gr.Button()
379
- app.launch()
380
  gr.ChatInterface(
381
  fn=run,
382
  chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, likeable=True, layout="panel", height="800px"),
 
376
  ]
377
  with gr.Blocks() as app:
378
  btn=gr.Button()
379
+ app.load()
380
  gr.ChatInterface(
381
  fn=run,
382
  chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, likeable=True, layout="panel", height="800px"),