File size: 245 Bytes
78351ab
 
2746934
 
 
 
 
c69e515
 
78351ab
1
2
3
4
5
6
7
8
9
10
import gradio as gr

from datasets import load_dataset

dataset = load_dataset("cifar100")
dataset = load_dataset("fashion_mnist")

gr.Interface.load("models/google/vit-base-patch16-224")

gr.Interface.load("models/microsoft/resnet-18").launch()