CoolFace
Apppublic

Aadish2520/google_flan_base_model

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
app.py4 linesDownload Raw Back to root
1import gradio as gr2 3pip = pipeline("text2text-generation", model ="google/flan-t5-base")4gr.Interface.from_pipeline(pipe).launch()