DevWild commited on
Commit
573108c
·
verified ·
1 Parent(s): 5a0ee3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import subprocess
3
  from typing import Union
4
  from huggingface_hub import whoami
5
  from huggingface_hub import HfApi
6
- from huggingface_hub import HfHubHTTPError
7
  from huggingface_hub import upload_folder
8
  is_spaces = True if os.environ.get("SPACE_ID") else False
9
 
 
3
  from typing import Union
4
  from huggingface_hub import whoami
5
  from huggingface_hub import HfApi
6
+ #from huggingface_hub import HfHubHTTPError
7
  from huggingface_hub import upload_folder
8
  is_spaces = True if os.environ.get("SPACE_ID") else False
9