Spaces:
Sleeping
Sleeping
sergey21000
commited on
Commit
•
5d171e3
1
Parent(s):
9e20c22
Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ css = '''
|
|
101 |
.gradio-container { width: 70% !important }
|
102 |
'''
|
103 |
with gr.Blocks(css=css) as demo:
|
104 |
-
gr.HTML("""<h3 style='text-align: center'>
|
105 |
|
106 |
model_state = gr.State({'model': default_model})
|
107 |
detect_result = gr.State(None)
|
|
|
101 |
.gradio-container { width: 70% !important }
|
102 |
'''
|
103 |
with gr.Blocks(css=css) as demo:
|
104 |
+
gr.HTML("""<h3 style='text-align: center'>YOLOv11 Detector</h3>""")
|
105 |
|
106 |
model_state = gr.State({'model': default_model})
|
107 |
detect_result = gr.State(None)
|