Spaces:
Running
Running
update space
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ TITLE = """
|
|
77 |
font-size: 2.2rem;
|
78 |
"
|
79 |
>
|
80 |
-
<h1 style="font-weight: 900; margin-bottom:
|
81 |
Export your model to OpenVINO
|
82 |
</h1>
|
83 |
</div>
|
@@ -101,7 +101,7 @@ with gr.Blocks() as demo:
|
|
101 |
gr.HTML(TITLE)
|
102 |
|
103 |
with gr.Row():
|
104 |
-
with gr.Column(scale=
|
105 |
gr.Markdown(DESCRIPTION)
|
106 |
|
107 |
with gr.Column(scale=1):
|
|
|
77 |
font-size: 2.2rem;
|
78 |
"
|
79 |
>
|
80 |
+
<h1 style="text-align:center; font-weight: 900; margin-bottom: 20px; margin-top: 10px">
|
81 |
Export your model to OpenVINO
|
82 |
</h1>
|
83 |
</div>
|
|
|
101 |
gr.HTML(TITLE)
|
102 |
|
103 |
with gr.Row():
|
104 |
+
with gr.Column(scale=1):
|
105 |
gr.Markdown(DESCRIPTION)
|
106 |
|
107 |
with gr.Column(scale=1):
|