MichalIwaniuk commited on
Commit
a3aa87a
·
1 Parent(s): 15a4931
Files changed (1) hide show
  1. app.py +3 -1
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)