Gosula commited on
Commit
752cef7
·
1 Parent(s): dd2691a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -11,3 +11,18 @@ license: mit
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
+
15
+ # Task : Clip open-ai model
16
+
17
+
18
+ ## Requirements
19
+
20
+ - Transformers
21
+ - Gradio
22
+
23
+ # Files Required:
24
+ 1. examples : input images
25
+ 2. clip_model_gradio.py : loading the pre-trained model and gradio code
26
+
27
+
28
+ By downloading the pre-trained model we implimented gradio app for clip open-ai model.