ahmedghani commited on
Commit
4088870
·
1 Parent(s): 4595812

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -234,9 +234,8 @@ with gr.Blocks() as demo2:
234
 
235
  endpoints_table = gr.Dataframe(
236
  headers=["Endpoint Name", "Revision", "Provider", "Instance Type", "Status", "Min Replica", "Max Replica", "Created At", "Updated At"],
237
- row_count=0,
238
  col_count=(9, "fixed"),
239
- value=[[], [], [], [], [], [], [], [], []],
240
  )
241
  info_button = gr.Button(value="Get Info")
242
  info_button.click(get_all_endpoints, inputs=hf_token_input, outputs=endpoints_table)
 
234
 
235
  endpoints_table = gr.Dataframe(
236
  headers=["Endpoint Name", "Revision", "Provider", "Instance Type", "Status", "Min Replica", "Max Replica", "Created At", "Updated At"],
 
237
  col_count=(9, "fixed"),
238
+ value=[],
239
  )
240
  info_button = gr.Button(value="Get Info")
241
  info_button.click(get_all_endpoints, inputs=hf_token_input, outputs=endpoints_table)