philipp-zettl
commited on
Commit
•
fdc03a9
1
Parent(s):
20c1c2b
Update app.py
Browse files
app.py
CHANGED
@@ -10,5 +10,5 @@ app.examples = [
|
|
10 |
"Colorful line shading by JON_JUAREZ a dark cave with toxic mushrooms",
|
11 |
|
12 |
]
|
13 |
-
app.inputs = ["text", gr.Slider("seed")]
|
14 |
app.launch()
|
|
|
10 |
"Colorful line shading by JON_JUAREZ a dark cave with toxic mushrooms",
|
11 |
|
12 |
]
|
13 |
+
app.inputs = ["text", gr.Slider(label="seed")]
|
14 |
app.launch()
|