pandora-s commited on
Commit
7259e67
·
verified ·
1 Parent(s): 3576a82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -144,7 +144,7 @@ with gr.Blocks() as demo:
144
  gr.Markdown("## HF Serverless LLM Inference API Status")
145
  gr.Markdown(description)
146
  search_box = gr.Textbox(label="Search for a model", placeholder="Type model name here...")
147
- table = gr.Dataframe(value=display_table(True), headers="keys")
148
 
149
  search_box.change(fn=search_models, inputs=search_box, outputs=table)
150
 
 
144
  gr.Markdown("## HF Serverless LLM Inference API Status")
145
  gr.Markdown(description)
146
  search_box = gr.Textbox(label="Search for a model", placeholder="Type model name here...")
147
+ table = gr.Dataframe(value=display_table(use_cache=True), headers="keys")
148
 
149
  search_box.change(fn=search_models, inputs=search_box, outputs=table)
150