apolinario commited on
Commit
320cd35
1 Parent(s): 190a8ea

CLIP change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/shonenkov-AI/rudalle-aspect-ratio", "CLIP")
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