Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -257,14 +257,12 @@ def process_inputs(image, category, prompt):
|
|
| 257 |
|
| 258 |
return qwen_annotated_image, qwen_text
|
| 259 |
|
| 260 |
-
css="""
|
| 261 |
-
#
|
| 262 |
-
|
| 263 |
-
max-width: 960px;
|
| 264 |
}
|
| 265 |
-
#
|
| 266 |
-
|
| 267 |
-
max-width: 100%;
|
| 268 |
}
|
| 269 |
"""
|
| 270 |
|
|
|
|
| 257 |
|
| 258 |
return qwen_annotated_image, qwen_text
|
| 259 |
|
| 260 |
+
css = """
|
| 261 |
+
#main-title h1 {
|
| 262 |
+
font-size: 2.3em !important;
|
|
|
|
| 263 |
}
|
| 264 |
+
#output-title h2 {
|
| 265 |
+
font-size: 2.1em !important;
|
|
|
|
| 266 |
}
|
| 267 |
"""
|
| 268 |
|