Spaces:
Runtime error
Runtime error
Commit
·
67635cd
1
Parent(s):
ef56be5
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,7 +144,7 @@ with block:
|
|
| 144 |
# pip = pip.to("cuda")
|
| 145 |
|
| 146 |
with gr.Row():
|
| 147 |
-
with gr.
|
| 148 |
text = gr.Textbox(
|
| 149 |
label="Enter your prompt",
|
| 150 |
show_label=False,
|
|
@@ -152,7 +152,7 @@ with block:
|
|
| 152 |
placeholder="Enter your prompt",
|
| 153 |
container=False,
|
| 154 |
)
|
| 155 |
-
|
| 156 |
|
| 157 |
seed = gr.Slider(label='seed',
|
| 158 |
minimum=0,
|
|
|
|
| 144 |
# pip = pip.to("cuda")
|
| 145 |
|
| 146 |
with gr.Row():
|
| 147 |
+
with gr.Row():
|
| 148 |
text = gr.Textbox(
|
| 149 |
label="Enter your prompt",
|
| 150 |
show_label=False,
|
|
|
|
| 152 |
placeholder="Enter your prompt",
|
| 153 |
container=False,
|
| 154 |
)
|
| 155 |
+
btn = gr.Button("Generate image", scale=0)
|
| 156 |
|
| 157 |
seed = gr.Slider(label='seed',
|
| 158 |
minimum=0,
|