Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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'
|
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()
|