tonyassi's picture
Update app.py
e8a8eaa
raw
history blame
150 Bytes
import gradio as gr
gr.Interface.load("models/tonyassi/mgm",
inputs=gr.Textbox(label="Input Text") # customizes the input component
).launch()