Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
hanhainebula
commited on
Commit
•
7d7a455
1
Parent(s):
a807b29
fix a import bug in envs.py
Browse files- src/envs.py +1 -1
src/envs.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
from display.formatting import model_hyperlink
|
3 |
from huggingface_hub import HfApi
|
4 |
|
5 |
# Info to change for your repository
|
|
|
1 |
import os
|
2 |
+
from src.display.formatting import model_hyperlink
|
3 |
from huggingface_hub import HfApi
|
4 |
|
5 |
# Info to change for your repository
|