Spaces:
Running
on
Zero
Running
on
Zero
Anurag Bhardwaj
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def generate_image(prompt, seed, width, height, guidance_scale, randomize_seed):
|
|
52 |
iface = gr.Interface(
|
53 |
fn=generate_image,
|
54 |
inputs=[
|
55 |
-
gr.
|
56 |
lines=2,
|
57 |
label="Prompt",
|
58 |
placeholder="Enter your prompt, e.g., 'A tiny astronaut hatching from an egg on the moon, 4k, planet theme'"
|
|
|
52 |
iface = gr.Interface(
|
53 |
fn=generate_image,
|
54 |
inputs=[
|
55 |
+
gr.Textbox(
|
56 |
lines=2,
|
57 |
label="Prompt",
|
58 |
placeholder="Enter your prompt, e.g., 'A tiny astronaut hatching from an egg on the moon, 4k, planet theme'"
|