akhaliq HF staff commited on
Commit
9e6247c
1 Parent(s): 4c81908

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import os
2
  os.system("pip install git+https://github.com/zhanghang1989/PyTorch-Encoding/")
3
  os.system("pip install git+https://github.com/openai/CLIP.git")
4
  os.mkdir("checkpoints")
5
- os.system("wget https://huggingface.co/isl-org/lang-seg/resolve/main/demo_e200.ckpt -O checkpoints/demo_e200.ckpt")
6
  import torch
7
  import argparse
8
  import numpy as np
 
2
  os.system("pip install git+https://github.com/zhanghang1989/PyTorch-Encoding/")
3
  os.system("pip install git+https://github.com/openai/CLIP.git")
4
  os.mkdir("checkpoints")
5
+ os.system("wget https://huggingface.co/isl-org/lang-seg/resolve/main/demo_e200.ckpt -O /home/user/app/checkpoints/demo_e200.ckpt")
6
  import torch
7
  import argparse
8
  import numpy as np