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

Update app.py

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