Spaces:
Sleeping
Sleeping
BramVanroy
commited on
Commit
β’
9269d46
1
Parent(s):
cbfb436
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title: Sonar Coarse
|
3 |
emoji: π
|
4 |
colorFrom: indigo
|
5 |
colorTo: green
|
@@ -7,6 +7,12 @@ sdk: gradio
|
|
7 |
sdk_version: 5.7.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
+
title: Sonar Coarse Classifier
|
3 |
emoji: π
|
4 |
colorFrom: indigo
|
5 |
colorTo: green
|
|
|
7 |
sdk_version: 5.7.1
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
models:
|
11 |
+
- BramVanroy/sonar-coarse-classification
|
12 |
+
preload_from_hub:
|
13 |
+
- BramVanroy/sonar-coarse-classification
|
14 |
+
tags:
|
15 |
+
- text-classification
|
16 |
---
|
17 |
|
18 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|