Spaces:
Running
on
Zero
Running
on
Zero
Bomme
commited on
Commit
Β·
0cbb834
1
Parent(s):
79b9dbf
update README.md: change emoji, revert sdk_version, and add models and preload_from_hub sections
Browse files
README.md
CHANGED
@@ -1,13 +1,19 @@
|
|
1 |
---
|
2 |
title: NatureLM Audio
|
3 |
-
emoji:
|
4 |
colorFrom: indigo
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
short_description: NatureLM-audio is the first audio-language foundation model.
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: NatureLM Audio
|
3 |
+
emoji: π
|
4 |
colorFrom: indigo
|
5 |
colorTo: gray
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.20.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
short_description: NatureLM-audio is the first audio-language foundation model.
|
11 |
+
python_version: 3.10
|
12 |
+
models:
|
13 |
+
- EarthSpeciesProject/NatureLM-audio
|
14 |
+
preload_from_hub:
|
15 |
+
- EarthSpeciesProject/NatureLM-audio
|
16 |
+
- meta-llama/Meta-Llama-3.1-8B-Instruct
|
17 |
---
|
18 |
|
19 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|