Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
18d8f52
1
Parent(s):
9e4f0ce
Update app.py
Browse files
app.py
CHANGED
@@ -165,6 +165,7 @@ css = """
|
|
165 |
#prompt-text-input, #negative-prompt-text-input{padding: .45rem 0.625rem}
|
166 |
#component-16{border-top-width: 1px!important;margin-top: 1em}
|
167 |
.image_duplication{position: absolute; width: 100px; left: 50px}
|
|
|
168 |
"""
|
169 |
|
170 |
block = gr.Blocks()
|
|
|
165 |
#prompt-text-input, #negative-prompt-text-input{padding: .45rem 0.625rem}
|
166 |
#component-16{border-top-width: 1px!important;margin-top: 1em}
|
167 |
.image_duplication{position: absolute; width: 100px; left: 50px}
|
168 |
+
.tabitem{border: 0}
|
169 |
"""
|
170 |
|
171 |
block = gr.Blocks()
|