--- title: NatureLM-audio Demo emoji: 🔈 colorFrom: green colorTo: green sdk: gradio sdk_version: 5.38.2 app_file: app.py pinned: true license: apache-2.0 short_description: Analyze your bioacoustic data with NatureLM-audio thumbnail: >- https://cdn-uploads.huggingface.co/production/uploads/67e0630403121d657d96b0a4/VwZf6xhy8xz-AIr8rykvB.png --- # NatureLM-audio Demo 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. ## Usage - **First Use**: The model will load automatically when you first use it (this may take a few minutes) - **Subsequent Uses**: The model stays loaded for faster responses - **Demo Mode**: If the model fails to load, the app will run in demo mode ## Model Loading 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. Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference