Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
|
|
3 |
|
4 |
|
5 |
gr.Interface.load("models/tonyassi/mgm",
|
6 |
-
inputs=gr.Textbox(label=
|
7 |
title='MGM Film Diffusion',
|
8 |
description="""
|
9 |
by [Tony Assi](https://www.tonyassi.com/)
|
|
|
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/)
|