Omnibus commited on
Commit
1490754
·
verified ·
1 Parent(s): a697fee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -382,7 +382,7 @@ with gr.Blocks() as app:
382
  title="Mixtral 46.7B Powered <br> Search",
383
  examples=examples,
384
  concurrency_limit=20,
385
- )
386
  btn=gr.Button()
387
  app.launch()
388
 
 
382
  title="Mixtral 46.7B Powered <br> Search",
383
  examples=examples,
384
  concurrency_limit=20,
385
+ ).load()
386
  btn=gr.Button()
387
  app.launch()
388