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