Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -168,11 +168,17 @@ window.addEventListener('load', () => {
|
|
| 168 |
CSS="""
|
| 169 |
<style>
|
| 170 |
.gallery { min_width=512px; min_height=512px; max_height=512px; !important; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 171 |
</style>
|
| 172 |
"""
|
| 173 |
|
| 174 |
# with gr.Blocks(fill_width=True, head=js) as demo:
|
| 175 |
-
with gr.Blocks(
|
| 176 |
with gr.Tab(str(num_models) + ' Models'):
|
| 177 |
with gr.Column(scale=2):
|
| 178 |
with gr.Group():
|
|
|
|
| 168 |
CSS="""
|
| 169 |
<style>
|
| 170 |
.gallery { min_width=512px; min_height=512px; max_height=512px; !important; }
|
| 171 |
+
.image-monitor {
|
| 172 |
+
border:1px solid red;
|
| 173 |
+
}
|
| 174 |
+
.svelte-1pijsyv{
|
| 175 |
+
border:1px solid green;
|
| 176 |
+
}
|
| 177 |
</style>
|
| 178 |
"""
|
| 179 |
|
| 180 |
# with gr.Blocks(fill_width=True, head=js) as demo:
|
| 181 |
+
with gr.Blocks(head=CSS) as demo:
|
| 182 |
with gr.Tab(str(num_models) + ' Models'):
|
| 183 |
with gr.Column(scale=2):
|
| 184 |
with gr.Group():
|