Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,10 +13,10 @@
|
|
13 |
# pip install -r requirements.txt # Assuming the repo has this file
|
14 |
|
15 |
# Usage Example: Load the model and perform zero-shot forecasting
|
16 |
-
import os
|
17 |
-
os.system("pip freeze")
|
18 |
-
os.system("python -v")
|
19 |
-
os.system("pip install git+https://github.com/NASA-IMPACT/Surya.git")
|
20 |
|
21 |
import torch
|
22 |
from huggingface_hub import hf_hub_download
|
|
|
13 |
# pip install -r requirements.txt # Assuming the repo has this file
|
14 |
|
15 |
# Usage Example: Load the model and perform zero-shot forecasting
|
16 |
+
#import os
|
17 |
+
#os.system("pip freeze")
|
18 |
+
#os.system("python -v")
|
19 |
+
#os.system("pip install git+https://github.com/NASA-IMPACT/Surya.git")
|
20 |
|
21 |
import torch
|
22 |
from huggingface_hub import hf_hub_download
|