Spaces:
Running
Running
Update restful/services.py
Browse files- restful/services.py +2 -1
restful/services.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
from restful.cutils.utilities import Utilities
|
|
|
2 |
from restful.schemas import CryptocurrencyPredictionSchema
|
3 |
|
4 |
class cryptocurrency_svc:
|
|
|
1 |
+
# from restful.cutils.utilities import Utilities
|
2 |
+
from restful.onnx_utilities import Utilities
|
3 |
from restful.schemas import CryptocurrencyPredictionSchema
|
4 |
|
5 |
class cryptocurrency_svc:
|