Spaces:
Runtime error
Runtime error
Update fudge/util.py
Browse files- fudge/util.py +1 -1
fudge/util.py
CHANGED
|
@@ -5,7 +5,7 @@ from contextlib import contextmanager
|
|
| 5 |
|
| 6 |
import torch
|
| 7 |
|
| 8 |
-
from constants import *
|
| 9 |
|
| 10 |
@contextmanager
|
| 11 |
def suppress_stdout():
|
|
|
|
| 5 |
|
| 6 |
import torch
|
| 7 |
|
| 8 |
+
from fudge.constants import *
|
| 9 |
|
| 10 |
@contextmanager
|
| 11 |
def suppress_stdout():
|