Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,5 +3,5 @@ import gradio as gr
|
|
3 |
|
4 |
|
5 |
gr.Interface.load("models/tonyassi/mgm",
|
6 |
-
inputs=gr.Textbox(
|
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()
|