File size: 216 Bytes
df66774
 
a26549e
df66774
89cd71f
1
2
3
4
5
import gradio as gr
from transformers import pipeline
classifier = pipeline("image-classification", model="blackhole-boys/recommendation-system-v1")
demo=gr.Interface.from_pipeline(classifier)
demo.launch(debug=True)