Update app.py
Browse files
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
|