QiaoNPC
commited on
Commit
·
602a074
1
Parent(s):
bc68a98
Fix readme.md: I deleted the configuration before, adding it back now
Browse files
README.md
CHANGED
@@ -8,3 +8,16 @@ The demo includes two example pictures that appear very similar but are classifi
|
|
8 |
|
9 |
## Performance Note
|
10 |
Please note that this demo runs on a free-tier CPU, so its performance may be slow.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
## Performance Note
|
10 |
Please note that this demo runs on a free-tier CPU, so its performance may be slow.
|
11 |
+
|
12 |
+
---
|
13 |
+
title: PwnAI Image Classification Demo
|
14 |
+
emoji: 😻
|
15 |
+
colorFrom: blue
|
16 |
+
colorTo: indigo
|
17 |
+
sdk: gradio
|
18 |
+
sdk_version: 4.25.0
|
19 |
+
app_file: app.py
|
20 |
+
pinned: false
|
21 |
+
---
|
22 |
+
|
23 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|