File size: 150 Bytes
e44fb38
 
 
acd74e2
e8a8eaa
 
 
1
2
3
4
5
6
7
import gradio as gr



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