Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -151,7 +151,7 @@ def infer(audio_path, sensitivity):
|
|
| 151 |
# 6) Gradio Blocks interface
|
| 152 |
# ----------------------------
|
| 153 |
with gr.Blocks() as demo:
|
| 154 |
-
gr.Markdown("# 🐸 RibbID – Amphibian species identifier\n")
|
| 155 |
# Intro sentence about native species
|
| 156 |
gr.Markdown(
|
| 157 |
"This CNN model detects the native frog and toad species of Catalonia (Northern Spain) through ther calls."
|
|
|
|
| 151 |
# 6) Gradio Blocks interface
|
| 152 |
# ----------------------------
|
| 153 |
with gr.Blocks() as demo:
|
| 154 |
+
gr.Markdown("# 🐸 RibbID – Amphibian species acoustic identifier\n")
|
| 155 |
# Intro sentence about native species
|
| 156 |
gr.Markdown(
|
| 157 |
"This CNN model detects the native frog and toad species of Catalonia (Northern Spain) through ther calls."
|