pandora-s commited on
Commit
a198ad1
·
verified ·
1 Parent(s): e760ab0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -159,6 +159,7 @@ print(response)
159
  """
160
  first_run = True
161
  all_models = []
 
162
  with gr.Blocks() as demo:
163
  gr.Markdown("## HF Serverless LLM Inference API Status")
164
  gr.Markdown(description)
 
159
  """
160
  first_run = True
161
  all_models = []
162
+ loop_query_data()
163
  with gr.Blocks() as demo:
164
  gr.Markdown("## HF Serverless LLM Inference API Status")
165
  gr.Markdown(description)