Spaces:
Paused
Paused
Commit
·
320cd35
1
Parent(s):
190a8ea
CLIP change
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ import torchvision.transforms as T
|
|
22 |
from git.repo.base import Repo
|
23 |
|
24 |
if not (path_exists(f"CLIP")):
|
25 |
-
Repo.clone_from("https://github.com/
|
26 |
|
27 |
from CLIP import clip
|
28 |
import gradio as gr
|
|
|
22 |
from git.repo.base import Repo
|
23 |
|
24 |
if not (path_exists(f"CLIP")):
|
25 |
+
Repo.clone_from("https://github.com/openai/CLIP", "CLIP")
|
26 |
|
27 |
from CLIP import clip
|
28 |
import gradio as gr
|