Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
362ce48
1
Parent(s):
06aaf8b
Update app.py
Browse files
app.py
CHANGED
@@ -148,6 +148,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
148 |
show_label=False,
|
149 |
max_lines=1,
|
150 |
placeholder="Enter your prompt",
|
|
|
151 |
container=False,
|
152 |
)
|
153 |
run_button = gr.Button("Run⚡", scale=0)
|
|
|
148 |
show_label=False,
|
149 |
max_lines=1,
|
150 |
placeholder="Enter your prompt",
|
151 |
+
value="A cartoon of a Ironman fighting with Hulk, wall painting",
|
152 |
container=False,
|
153 |
)
|
154 |
run_button = gr.Button("Run⚡", scale=0)
|