sgecon / app.py
jaeyoungk's picture
Update app.py
c3ac709
raw
history blame
85 Bytes
import gradio as gr
gr.Interface(fn=predict, inputs="text", outputs="text").launch()