priyasaravana's picture
Create app.py
66a7c82
raw
history blame
124 Bytes
import gradio
gradio.Interface(
fn=predict,
inputs="text",
outputs="text",
allow_flagging='never'
).launch()