skincare / app.py
gauravbahl's picture
Update app.py (#2)
f2be777 verified
raw
history blame contribute delete
151 Bytes
import gradio as gr
from transformers import pipeline
pipe = pipeline(model="gauravbahl/unsloth_finetune")
gr.Interface.from_pipeline(pipe).launch()