sky / app.py
stevenjiangxf's picture
feat: use demo
42d99a3
raw
history blame contribute delete
229 Bytes
import gradio as gr
# def greet(name):
# return "Hello " + name + "!!"
# face = gr.Interface(fn=greet, inputs="text", outputs="text")
# face.launch()
face = gr.load("models/GanymedeNil/text2vec-large-chinese")
face.launch()