Spaces:
Sleeping
Sleeping
Commit ·
a3aa87a
1
Parent(s): 15a4931
app.py
CHANGED
|
@@ -45,7 +45,9 @@ interface = gr.Interface(
|
|
| 45 |
outputs=gr.Label(num_top_classes=2),
|
| 46 |
title="Klasyfikator zmian skórnych",
|
| 47 |
description="Model ResNet18 klasyfikujący zmiany skórne jako łagodne lub nowotworowe. Nie zastępuje porady medycznej.",
|
| 48 |
-
theme=dark_theme
|
|
|
|
|
|
|
| 49 |
)
|
| 50 |
|
| 51 |
# 🔻 Uruchom aplikację (lokalnie lub na HF Spaces)
|
|
|
|
| 45 |
outputs=gr.Label(num_top_classes=2),
|
| 46 |
title="Klasyfikator zmian skórnych",
|
| 47 |
description="Model ResNet18 klasyfikujący zmiany skórne jako łagodne lub nowotworowe. Nie zastępuje porady medycznej.",
|
| 48 |
+
theme=dark_theme,
|
| 49 |
+
submit_btn="Zatwierdź",
|
| 50 |
+
clear_btn="Wyczyść"
|
| 51 |
)
|
| 52 |
|
| 53 |
# 🔻 Uruchom aplikację (lokalnie lub na HF Spaces)
|