Spaces:
Sleeping
Sleeping
dummy test secret
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ foodvision_mini_examples_path = "examples"
|
|
57 |
example_list = [str(path) for path in Path(foodvision_mini_examples_path).rglob("*.jpg")]
|
58 |
|
59 |
# Create title, description and article
|
60 |
-
title = "FoodVisionMini V0 πππ£"
|
61 |
description = "An <a href='https://pytorch.org/vision/main/models/generated/torchvision.models.efficientnet_b2.html#torchvision.models.efficientnet_b2'>EfficientNetB2</a> feature extractor computer vision model to classify images into pizza, steak or sushi<br>I have yet to improve it to label non-food images. Paciencia amigos"
|
62 |
article = "Created at <a href='#'>09_pytorch_model_deploy.ipynb</a> Google Colab notebook"
|
63 |
|
|
|
57 |
example_list = [str(path) for path in Path(foodvision_mini_examples_path).rglob("*.jpg")]
|
58 |
|
59 |
# Create title, description and article
|
60 |
+
title = "FoodVisionMini V0 πππ£" + os.environ["test_ando_secret"]
|
61 |
description = "An <a href='https://pytorch.org/vision/main/models/generated/torchvision.models.efficientnet_b2.html#torchvision.models.efficientnet_b2'>EfficientNetB2</a> feature extractor computer vision model to classify images into pizza, steak or sushi<br>I have yet to improve it to label non-food images. Paciencia amigos"
|
62 |
article = "Created at <a href='#'>09_pytorch_model_deploy.ipynb</a> Google Colab notebook"
|
63 |
|