File size: 163 Bytes
e44fb38
 
 
acd74e2
684a84f
63a93f4
 
3408293
1
2
3
4
5
6
7
8
import gradio as gr



gr.Interface.load("models/tonyassi/mgm",
    inputs=gr.Textbox(label="Prompt",
    title='MGM')  # customizes the input component
).launch()