ghodrat commited on
Commit
563d7af
·
verified ·
1 Parent(s): af52642

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +3 -1
src/streamlit_app.py CHANGED
@@ -1,6 +1,8 @@
1
- from huggingface_hub import hf_hub_download , snapshot_download
2
  import importlib
3
 
 
 
4
  # snapshot_downloading your private space
5
  snapshot_download(
6
  repo_id="ghodrat/app",
 
1
+ from huggingface_hub import hf_hub_download , snapshot_download , HfFileSystem
2
  import importlib
3
 
4
+ from pathlib import Path
5
+
6
  # snapshot_downloading your private space
7
  snapshot_download(
8
  repo_id="ghodrat/app",