ktllc's picture
Update app.py
b498d46
raw
history blame
108 Bytes
import gradio as gr
iface=gr.Interface.load("models/sentence-transformers/sentence-t5-base")
iface.launch()