Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -97,9 +97,8 @@ def get_download_csv_btn(csv_annotations_path: Optional[Path] = None):
|
|
97 |
|
98 |
# =================== APPINTERFACE ==========================
|
99 |
|
100 |
-
css = '''
|
101 |
-
|
102 |
-
'''
|
103 |
with gr.Blocks(css=css) as demo:
|
104 |
gr.HTML("""<h3 style='text-align: center'>YOLOv11 Detector</h3>""")
|
105 |
|
|
|
97 |
|
98 |
# =================== APPINTERFACE ==========================
|
99 |
|
100 |
+
css = '''.gradio-container { width: 70% !important }'''
|
101 |
+
|
|
|
102 |
with gr.Blocks(css=css) as demo:
|
103 |
gr.HTML("""<h3 style='text-align: center'>YOLOv11 Detector</h3>""")
|
104 |
|