Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
d3a859a
1
Parent(s):
429c0cd
바이트댄스 USO 모델
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: ⚡
|
4 |
colorFrom: yellow
|
5 |
colorTo: indigo
|
@@ -10,4 +10,4 @@ pinned: false
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: 바이트댄스 USO 모델
|
3 |
emoji: ⚡
|
4 |
colorFrom: yellow
|
5 |
colorTo: indigo
|
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
@@ -34,7 +34,7 @@ with open("assets/uso_logo.svg", "r", encoding="utf-8") as svg_file:
|
|
34 |
title = f"""
|
35 |
<div style="display: flex; align-items: center; justify-content: center;">
|
36 |
<span style="transform: scale(0.7);margin-right: -5px;">{text_content}</span>
|
37 |
-
<span style="font-size: 1.8em;margin-left: -10px;font-weight: bold; font-family: Gill Sans;">바이트댄스 USO
|
38 |
<span style="margin-left: 0px; transform: scale(0.85); display: inline-block;">{logo_content}</span>
|
39 |
</div>
|
40 |
""".strip()
|
|
|
34 |
title = f"""
|
35 |
<div style="display: flex; align-items: center; justify-content: center;">
|
36 |
<span style="transform: scale(0.7);margin-right: -5px;">{text_content}</span>
|
37 |
+
<span style="font-size: 1.8em;margin-left: -10px;font-weight: bold; font-family: Gill Sans;">바이트댄스 USO 모델</span>
|
38 |
<span style="margin-left: 0px; transform: scale(0.85); display: inline-block;">{logo_content}</span>
|
39 |
</div>
|
40 |
""".strip()
|