Spaces:
Sleeping
Sleeping
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. |