Spaces:
Runtime error
Runtime error
| import gradio as gr | |
| gr.load("huggingface/google/vit-base-patch16-224", | |
| examples=["alligator.jpg", "laptop.jpg"]).launch() | |
| # gr.load("huggingface/openai/clip-vit-base-patch32", | |
| # examples=["alligator.jpg", "laptop.jpg"]).launch() |