Spaces:
Running
on
A10G
Running
on
A10G
Commit
•
f30eb45
1
Parent(s):
44d7053
Add model metadata to show this space under "spaces" section in model card (#2)
Browse files- Add model metadata to show this space under "spaces" section in model card (eb595d44c4bed69aa8806bc9762359953790c128)
Co-authored-by: mrfakename <mrfakename@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
title: MonadGPT
|
3 |
-
emoji:
|
4 |
colorFrom: indigo
|
5 |
colorTo: blue
|
6 |
sdk: docker
|
@@ -8,6 +8,8 @@ pinned: false
|
|
8 |
app_port: 3000
|
9 |
suggested_hardware: a10g-small
|
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: MonadGPT
|
3 |
+
emoji: 💬
|
4 |
colorFrom: indigo
|
5 |
colorTo: blue
|
6 |
sdk: docker
|
|
|
8 |
app_port: 3000
|
9 |
suggested_hardware: a10g-small
|
10 |
license: apache-2.0
|
11 |
+
models:
|
12 |
+
- Pclanglais/MonadGPT
|
13 |
---
|
14 |
|
15 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|