Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,5 +8,5 @@ description = "This demo uses a Vision Transformer model specially trained for b
|
|
8 |
|
9 |
gr.load("models/emre570/google-vit-large-finetuned",
|
10 |
title="Fine Tuned Breast Cancer ViT Demo",
|
11 |
-
description = description
|
12 |
examples = examples).launch()
|
|
|
8 |
|
9 |
gr.load("models/emre570/google-vit-large-finetuned",
|
10 |
title="Fine Tuned Breast Cancer ViT Demo",
|
11 |
+
description = description,
|
12 |
examples = examples).launch()
|