tonyassi commited on
Commit
4d8b8be
1 Parent(s): 28f6ab2

Update app.py

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