broadfield-dev commited on
Commit
a7826aa
·
verified ·
1 Parent(s): cce5ae9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@
14
 
15
  # Usage Example: Load the model and perform zero-shot forecasting
16
  import os
 
17
  os.system("pip install git+https://github.com/NASA-IMPACT/Surya.git")
18
 
19
  import torch
 
14
 
15
  # Usage Example: Load the model and perform zero-shot forecasting
16
  import os
17
+ os.system("pip freeze")
18
  os.system("pip install git+https://github.com/NASA-IMPACT/Surya.git")
19
 
20
  import torch