Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -60,8 +60,8 @@ iface = gr.Interface(
|
|
| 60 |
fn=classify_image,
|
| 61 |
inputs=gr.Image(type="pil"),
|
| 62 |
outputs=gr.Label(num_top_classes=5),
|
| 63 |
-
title="
|
| 64 |
-
description=f"**Upload
|
| 65 |
)
|
| 66 |
|
| 67 |
# Launch the app
|
|
|
|
| 60 |
fn=classify_image,
|
| 61 |
inputs=gr.Image(type="pil"),
|
| 62 |
outputs=gr.Label(num_top_classes=5),
|
| 63 |
+
title="Billedgenkendelse af Danske Ferskvandsfisk",
|
| 64 |
+
description=f"**Upload et billede af en fisk for at identificere arten**.\n\nArter inkluderet (dansk navn):\n*{string_taxon_included}*\n\nArter ikke inkluderet (endnu!):\n*{string_taxon_not_included}*\n\nLavet af: Kenneth Thorø Martinsen (kenneth2810@gmail.com)",
|
| 65 |
)
|
| 66 |
|
| 67 |
# Launch the app
|