File size: 253 Bytes
78351ab
 
2746934
 
 
 
 
 
78351ab
1
2
3
4
5
6
7
8
9
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").launch()
gr.Interface.load("models/microsoft/resnet-18").launch()