tonyassi commited on
Commit
e86e313
·
1 Parent(s): 6850fd0

Update app.py

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