File size: 452 Bytes
e44fb38
 
 
acd74e2
684a84f
e86e313
0aba7ed
 
 
 
 
 
 
 
3408293
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import gradio as gr



gr.Interface.load("models/tonyassi/mgm",
    inputs=gr.Textbox(label="Prompt"),
    title='MGM',
    description="""
     by [Tony Assi](https://www.tonyassi.com/)

    This app uses the [MGM Film](https://huggingface.co/tonyassi/mgm) Dreambooth model. Please ❤️ this Space.
        
    I build custom AI apps for companies. <a href="mailto: [email protected]">Email me</a> for business inquiries.
    """
).launch()