tonyassi commited on
Commit
e52f074
·
verified ·
1 Parent(s): efd6db8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -4,13 +4,13 @@ import gradio as gr
4
  gr.load("models/tonyassi/mgm",
5
  inputs=gr.Textbox(label='Prompt (use "mgm film" as keyword)', value='mgm film '),
6
  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']],
7
- #title='MGM Film Diffusion',
8
- #theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"),
9
- #description="""
10
- #by [Tony Assi](https://www.tonyassi.com/)
11
 
12
- #This app uses the [MGM Film](https://huggingface.co/tonyassi/mgm) Dreambooth model finetuned on SDXL. Please ❤️ this Space.
13
 
14
- #I build custom AI apps for companies. <a href="mailto: [email protected]">Email me</a> for business inquiries.
15
- #"""
16
  ).launch()
 
4
  gr.load("models/tonyassi/mgm",
5
  inputs=gr.Textbox(label='Prompt (use "mgm film" as keyword)', value='mgm film '),
6
  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']],
7
+ title='MGM Film Diffusion',
8
+ theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"),
9
+ description="""
10
+ by [Tony Assi](https://www.tonyassi.com/)
11
 
12
+ This app uses the [MGM Film](https://huggingface.co/tonyassi/mgm) Dreambooth model finetuned on SDXL. Please ❤️ this Space.
13
 
14
+ I build custom AI apps for companies. <a href="mailto: [email protected]">Email me</a> for business inquiries.
15
+ """
16
  ).launch()