Spaces:
No application file
No application file
TripleKdev
commited on
Commit
•
a7cc0e9
1
Parent(s):
08ba230
add readme
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ colorFrom: "indigo"
|
|
5 |
colorTo: "purple"
|
6 |
sdk: "docker"
|
7 |
python_version: "3.9"
|
8 |
-
sdk_version: "1.0"
|
9 |
suggested_hardware: "cpu-upgrade"
|
10 |
suggested_storage: "medium"
|
11 |
app_file: "your_script_name.py"
|
@@ -13,7 +13,7 @@ app_port: 8000
|
|
13 |
base_path: "/"
|
14 |
fullWidth: true
|
15 |
header: "default"
|
16 |
-
short_description: "Classify images using
|
17 |
tags: ["image-classification", "VGG16", "FastAPI", "Docker", "deep-learning"]
|
18 |
thumbnail: "http://example.com/path_to_custom_thumbnail.jpg"
|
19 |
pinned: false
|
|
|
5 |
colorTo: "purple"
|
6 |
sdk: "docker"
|
7 |
python_version: "3.9"
|
8 |
+
sdk_version: "1.0"
|
9 |
suggested_hardware: "cpu-upgrade"
|
10 |
suggested_storage: "medium"
|
11 |
app_file: "your_script_name.py"
|
|
|
13 |
base_path: "/"
|
14 |
fullWidth: true
|
15 |
header: "default"
|
16 |
+
short_description: "Classify images using VGG16 in FastAPI."
|
17 |
tags: ["image-classification", "VGG16", "FastAPI", "Docker", "deep-learning"]
|
18 |
thumbnail: "http://example.com/path_to_custom_thumbnail.jpg"
|
19 |
pinned: false
|