Spaces:
Sleeping
Sleeping
Commit
·
854fd59
1
Parent(s):
15ad5d6
debug 7
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ with gr.Blocks() as demo:
|
|
46 |
show_label=False,
|
47 |
max_lines=1,
|
48 |
placeholder="Bildbeschreibung",
|
49 |
-
).
|
50 |
container=False,
|
51 |
)
|
52 |
btn = gr.Button("erzeuge Bild").style(full_width=False, min_width=100)
|
|
|
46 |
show_label=False,
|
47 |
max_lines=1,
|
48 |
placeholder="Bildbeschreibung",
|
49 |
+
).scale(
|
50 |
container=False,
|
51 |
)
|
52 |
btn = gr.Button("erzeuge Bild").style(full_width=False, min_width=100)
|