File size: 519 Bytes
409e2a8
 
 
 
 
 
 
 
 
 
 
 
 
752cef7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: Clip Model
emoji: 🐢
colorFrom: pink
colorTo: blue
sdk: gradio
sdk_version: 4.0.2
app_file: app.py
pinned: false
license: mit
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

# Task : Clip open-ai model


## Requirements

- Transformers
- Gradio

# Files Required:
1. examples : input images
2. clip_model_gradio.py : loading the pre-trained model and gradio code


By downloading the pre-trained model we implimented gradio app for clip open-ai model.