Felix Marty
commited on
Commit
•
d784f01
1
Parent(s):
96227a0
this time style should work
Browse files
app.py
CHANGED
@@ -57,12 +57,14 @@ def onnx_export(token: str, model_id: str, task: str) -> str:
|
|
57 |
|
58 |
TTILE_IMAGE = """
|
59 |
<div
|
60 |
-
style="
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
"
|
|
|
65 |
<img src="https://huggingface.co/spaces/optimum/exporters/resolve/main/clean_hf_onnx.png"/>
|
|
|
66 |
"""
|
67 |
|
68 |
TITLE = """
|
|
|
57 |
|
58 |
TTILE_IMAGE = """
|
59 |
<div
|
60 |
+
style="
|
61 |
+
display: block;
|
62 |
+
margin-left: auto;
|
63 |
+
margin-right: auto;
|
64 |
+
"
|
65 |
+
>
|
66 |
<img src="https://huggingface.co/spaces/optimum/exporters/resolve/main/clean_hf_onnx.png"/>
|
67 |
+
</div>
|
68 |
"""
|
69 |
|
70 |
TITLE = """
|