Spaces:
Sleeping
Sleeping
Ahsen Khaliq
commited on
Commit
•
d627a04
1
Parent(s):
c0749b5
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system("pip install transformers gdown torch numpy tqdm Pillow scikit-image")
|
3 |
-
os.system("pip install git+https://github.com/openai/CLIP.git")
|
4 |
os.system("gdown https://drive.google.com/uc?id=14pXWwB4Zm82rsDdvbGguLfx9F8aM7ovT")
|
5 |
-
|
6 |
import clip
|
7 |
import os
|
8 |
from torch import nn
|
|
|
1 |
import os
|
|
|
|
|
2 |
os.system("gdown https://drive.google.com/uc?id=14pXWwB4Zm82rsDdvbGguLfx9F8aM7ovT")
|
|
|
3 |
import clip
|
4 |
import os
|
5 |
from torch import nn
|