Spaces:
Running
on
Zero
Running
on
Zero
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,25 +1,21 @@
|
|
| 1 |
---
|
| 2 |
-
title: NatureLM
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.38.2
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
license: apache-2.0
|
| 11 |
-
short_description:
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
-
# NatureLM
|
| 15 |
|
| 16 |
-
This is a demo of the NatureLM
|
| 17 |
-
|
| 18 |
-
## Features
|
| 19 |
-
|
| 20 |
-
1. **Chat Interface**: Upload audio files and ask questions about them
|
| 21 |
-
2. **Batch Processing**: Process multiple audio files with the same task
|
| 22 |
-
3. **Long Recording Analysis**: Analyze long audio recordings by chunking them
|
| 23 |
|
| 24 |
## Usage
|
| 25 |
|
|
@@ -31,4 +27,4 @@ This is a demo of the NatureLM audio analysis model. The app provides three main
|
|
| 31 |
|
| 32 |
The app uses lazy loading to start quickly. The model is only loaded when you first interact with it, not during app initialization. This prevents timeout issues on HuggingFace Spaces.
|
| 33 |
|
| 34 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 1 |
---
|
| 2 |
+
title: NatureLM-audio Demo
|
| 3 |
+
emoji: 🔈
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: green
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 5.38.2
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
license: apache-2.0
|
| 11 |
+
short_description: Analyze your bioacoustic data with NatureLM-audio
|
| 12 |
+
thumbnail: >-
|
| 13 |
+
https://cdn-uploads.huggingface.co/production/uploads/67e0630403121d657d96b0a4/VwZf6xhy8xz-AIr8rykvB.png
|
| 14 |
---
|
| 15 |
|
| 16 |
+
# NatureLM-audio Demo
|
| 17 |
|
| 18 |
+
This is a demo of the NatureLM-audio model. Users can upload an audio file containing animal vocalizations and ask questions about them in a chat interface.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
| 20 |
## Usage
|
| 21 |
|
|
|
|
| 27 |
|
| 28 |
The app uses lazy loading to start quickly. The model is only loaded when you first interact with it, not during app initialization. This prevents timeout issues on HuggingFace Spaces.
|
| 29 |
|
| 30 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|