tonyassi's picture
Update app.py
bb6fc8f
raw
history blame
456 Bytes
import gradio as gr
gr.Interface.load("models/tonyassi/mgm",
inputs=gr.Textbox(label="Prompt"),
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 fined on SDXL. Please ❤️ this Space.
I build custom AI apps for companies. <a href="mailto: [email protected]">Email me</a> for business inquiries.
"""
).launch()