Update setup.py
Browse files
setup.py
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
import os
|
3 |
import streamlit as st
|
4 |
|
5 |
-
|
6 |
-
|
7 |
|
8 |
|
9 |
def downlad_images() :
|
|
|
2 |
import os
|
3 |
import streamlit as st
|
4 |
|
5 |
+
from huggingface_hub import hf_hub_url, cached_download
|
6 |
+
from huggingface_hub.archive import unpack_archive
|
7 |
|
8 |
|
9 |
def downlad_images() :
|