Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,10 +68,10 @@ with block:
|
|
| 68 |
label="Describe a prompt",
|
| 69 |
source="microphone",
|
| 70 |
type="filepath"
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
)
|
| 76 |
btn = gr.Button("Generate image").style(
|
| 77 |
margin=False,
|
|
|
|
| 68 |
label="Describe a prompt",
|
| 69 |
source="microphone",
|
| 70 |
type="filepath"
|
| 71 |
+
# ).style(
|
| 72 |
+
# border=(True, False, True, True),
|
| 73 |
+
# rounded=(True, False, False, True),
|
| 74 |
+
# container=False,
|
| 75 |
)
|
| 76 |
btn = gr.Button("Generate image").style(
|
| 77 |
margin=False,
|