tonyassi's picture
Update app.py
a64a47c
raw
history blame
164 Bytes
import gradio as gr
gr.Interface.load("models/tonyassi/mgm",
inputs=gr.Textbox(label="Prompt"),
title='MGM', # customizes the input component
).launch()