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



gr.Interface.load("models/tonyassi/mgm",
    inputs=gr.Textbox(lines=5, label="Input Text")  # customizes the input component
).launch()