tonyassi commited on
Commit
63a93f4
1 Parent(s): 4d8b8be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -3,5 +3,6 @@ import gradio as gr
3
 
4
 
5
  gr.Interface.load("models/tonyassi/mgm",
6
- inputs=gr.Textbox(label="Prompt", value="mgm film ") # customizes the input component
 
7
  ).launch()
 
3
 
4
 
5
  gr.Interface.load("models/tonyassi/mgm",
6
+ inputs=gr.Textbox(label="Prompt",
7
+ title='MGM') # customizes the input component
8
  ).launch()