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