ThomasSimonini HF staff commited on
Commit
21be15e
·
1 Parent(s): 788d88f

Add pandas

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -2,6 +2,8 @@ import gradio as gr
2
  from huggingface_hub import HfApi, hf_hub_download
3
  from huggingface_hub.repocard import metadata_load
4
 
 
 
5
  api = HfApi()
6
 
7
  def get_user_models(hf_username, env_tag, lib_tag):
 
2
  from huggingface_hub import HfApi, hf_hub_download
3
  from huggingface_hub.repocard import metadata_load
4
 
5
+ import pandas as pd
6
+
7
  api = HfApi()
8
 
9
  def get_user_models(hf_username, env_tag, lib_tag):