Spaces:
Running
on
T4
Running
on
T4
Tom Aarsen
commited on
Commit
•
90a1502
1
Parent(s):
f0c7252
Set hf_oauth: true as required for OAuth
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: Backend Export
|
3 |
-
emoji:
|
4 |
colorFrom: indigo
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
@@ -9,6 +9,7 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
short_description: Export Sentence Transformer models to accelerated backends
|
|
|
12 |
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: Backend Export
|
3 |
+
emoji: ⚙️
|
4 |
colorFrom: indigo
|
5 |
colorTo: indigo
|
6 |
sdk: gradio
|
|
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
short_description: Export Sentence Transformer models to accelerated backends
|
12 |
+
hf_oauth: true
|
13 |
---
|
14 |
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|