Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ from hugsvision.inference.TorchVisionClassifierInference import TorchVisionClass
|
|
| 9 |
|
| 10 |
models_name = [
|
| 11 |
"VGG16",
|
| 12 |
-
"
|
| 13 |
"DenseNet"
|
| 14 |
]
|
| 15 |
|
|
|
|
| 9 |
|
| 10 |
models_name = [
|
| 11 |
"VGG16",
|
| 12 |
+
"DenseNet121",
|
| 13 |
"DenseNet"
|
| 14 |
]
|
| 15 |
|