import gradio as gr gr.Interface.load("models/tonyassi/mgm", inputs=gr.Textbox(label='Prompt (use "mgm film" as keyword)', value='mgm film '), examples=[['mgm film megan fox pinup girl'], ['mgm film asap rocky eating in a fancy restaurant, 1950s'], ['mgm film bettie page outside a mansion with two poodles'],['mgm film lady gaga in a limo, neon lights, pet snake']], title='MGM Film Diffusion', description=""" by [Tony Assi](https://www.tonyassi.com/) This app uses the [MGM Film](https://huggingface.co/tonyassi/mgm) Dreambooth model finetuned on SDXL. Please ❤️ this Space. I build custom AI apps for companies. Email me for business inquiries. """ ).launch()