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