Spaces:
Runtime error
Runtime error
import gradio as gr | |
from transformers import pipeline | |
pipe = pipeline(model="gauravbahl/unsloth_finetune") | |
gr.Interface.from_pipeline(pipe).launch() |