Spaces:
Paused
Paused
Update app.py
Browse files
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 |
#######################################################################################
|