tonyassi commited on
Commit
4d4148d
·
1 Parent(s): da47ae8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,12 +3,12 @@ import gradio as gr
3
 
4
 
5
  gr.Interface.load("models/tonyassi/mgm",
6
- inputs=gr.Textbox(label="Prompt", value="mgm film"),
7
  title='MGM Film Diffusion',
8
  description="""
9
  by [Tony Assi](https://www.tonyassi.com/)
10
 
11
- This app uses the [MGM Film](https://huggingface.co/tonyassi/mgm) Dreambooth model fined on SDXL. Use **mgm film** as keyword for the MGM style. Please ❤️ this Space.
12
 
13
  I build custom AI apps for companies. <a href="mailto: [email protected]">Email me</a> for business inquiries.
14
  """
 
3
 
4
 
5
  gr.Interface.load("models/tonyassi/mgm",
6
+ inputs=gr.Textbox(label="Prompt (use **mgm film** as keyword)", value="mgm film "),
7
  title='MGM Film Diffusion',
8
  description="""
9
  by [Tony Assi](https://www.tonyassi.com/)
10
 
11
+ This app uses the [MGM Film](https://huggingface.co/tonyassi/mgm) Dreambooth model fined on SDXL. Please ❤️ this Space.
12
 
13
  I build custom AI apps for companies. <a href="mailto: [email protected]">Email me</a> for business inquiries.
14
  """