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