Md-Ehsan's picture
Update app.py
2746934
raw
history blame
253 Bytes
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()