LPX
commited on
Commit
·
11b7fe8
1
Parent(s):
9b0be11
minor: ui
Browse files
app.py
CHANGED
@@ -284,7 +284,7 @@ def predict_image_with_html(img, confidence_threshold, augment_methods, rotate_d
|
|
284 |
html_content = generate_results_html(results)
|
285 |
return img_pil, forensics_images, html_content
|
286 |
|
287 |
-
with gr.Blocks(css="#post-gallery { overflow: hidden !important;} .grid-wrap{ overflow-y: hidden !important;} .ms-gr-ant-welcome-icon{ height:unset !important;}") as iface:
|
288 |
with ms.Application() as app:
|
289 |
with antd.ConfigProvider():
|
290 |
antdx.Welcome(
|
|
|
284 |
html_content = generate_results_html(results)
|
285 |
return img_pil, forensics_images, html_content
|
286 |
|
287 |
+
with gr.Blocks(css="#post-gallery { overflow: hidden !important;} .grid-wrap{ overflow-y: hidden !important;} .ms-gr-ant-welcome-icon{ height:unset !important;} .tabs{margin-top:10px;}") as iface:
|
288 |
with ms.Application() as app:
|
289 |
with antd.ConfigProvider():
|
290 |
antdx.Welcome(
|