bluuebunny commited on
Commit
280dead
·
verified ·
1 Parent(s): c95f496

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ from tqdm import tqdm
6
  from huggingface_hub import snapshot_download # Download previous embeddings
7
  from huggingface_hub import HfApi # To transact with huggingface.co
8
  import gradio as gr # Create a Gradio interface so spaces doesnt timeout
 
9
 
10
 
11
  #######################################################################################
 
6
  from huggingface_hub import snapshot_download # Download previous embeddings
7
  from huggingface_hub import HfApi # To transact with huggingface.co
8
  import gradio as gr # Create a Gradio interface so spaces doesnt timeout
9
+ tqdm.pandas()
10
 
11
 
12
  #######################################################################################