akhaliq HF staff commited on
Commit
1c296ac
1 Parent(s): 608b59c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import os
 
 
2
  import torch
3
  import argparse
4
  import numpy as np
1
  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
  import torch
5
  import argparse
6
  import numpy as np