Spaces:
Build error
Build error
NikeZoldyck
commited on
Commit
•
95d2d6d
1
Parent(s):
d669329
fixing an import issue
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from huggingface_hub import notebook_login
|
|
10 |
#token = os.environ.get("HUGGING_FACE_HUB_TOKEN")
|
11 |
token = "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"
|
12 |
|
13 |
-
import
|
14 |
|
15 |
|
16 |
import torch, logging
|
|
|
10 |
#token = os.environ.get("HUGGING_FACE_HUB_TOKEN")
|
11 |
token = "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"
|
12 |
|
13 |
+
import utils.shared_utils as st
|
14 |
|
15 |
|
16 |
import torch, logging
|