Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ examples = [
|
|
20 |
interface = gr.Interface(
|
21 |
fn=generate_image,
|
22 |
inputs=[
|
23 |
-
gr.Textbox(label="Type here your imagination:"),
|
24 |
gr.Slider(minimum=0, maximum=10000, step=1, label="Seed (optional)")
|
25 |
],
|
26 |
outputs=gr.Image(label="Generated Image"),
|
|
|
20 |
interface = gr.Interface(
|
21 |
fn=generate_image,
|
22 |
inputs=[
|
23 |
+
gr.Textbox(label="Type here your imagination:", placeholder="Type or click an example..."),
|
24 |
gr.Slider(minimum=0, maximum=10000, step=1, label="Seed (optional)")
|
25 |
],
|
26 |
outputs=gr.Image(label="Generated Image"),
|