Spaces:
Running
Running
Commit
Β·
8bae270
1
Parent(s):
29a770f
OSS -> Open Source
Browse files- README.md +1 -1
- constants.py +1 -1
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Argmax
|
3 |
emoji: π
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
|
|
1 |
---
|
2 |
+
title: Argmax Open Source Regression Tests
|
3 |
emoji: π
|
4 |
colorFrom: green
|
5 |
colorTo: indigo
|
constants.py
CHANGED
@@ -4,7 +4,7 @@ from iso639 import Lang
|
|
4 |
|
5 |
BANNER_TEXT = """
|
6 |
<div style="text-align: center;">
|
7 |
-
<h1><a href='https://github.com/argmaxinc/WhisperKit'>Argmax
|
8 |
</div>
|
9 |
"""
|
10 |
|
|
|
4 |
|
5 |
BANNER_TEXT = """
|
6 |
<div style="text-align: center;">
|
7 |
+
<h1><a href='https://github.com/argmaxinc/WhisperKit'>Argmax Open Source Regression Tests</a></h1>
|
8 |
</div>
|
9 |
"""
|
10 |
|