Spaces:
Runtime error
Runtime error
Commit
·
151161c
1
Parent(s):
f9a5b44
cleanup
Browse files
README.md
CHANGED
@@ -1,6 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Image Recognition Demo
|
2 |
This is a simple demo of an image recognition system built with Gradio and served on HuggingFace Spaces.
|
3 |
|
4 |
### References
|
5 |
-
* https://huggingface.co/docs/hub/spaces
|
6 |
* https://www.gradio.app/image_classification_in_pytorch/
|
|
|
1 |
+
---
|
2 |
+
title: Image Recognition Demo
|
3 |
+
emoji: 🚀
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: pink
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 2.9.4
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: afl-3.0
|
11 |
+
---
|
12 |
+
|
13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
|
14 |
+
|
15 |
# Image Recognition Demo
|
16 |
This is a simple demo of an image recognition system built with Gradio and served on HuggingFace Spaces.
|
17 |
|
18 |
### References
|
19 |
+
* https://huggingface.co/docs/hub/spaces-github-actions
|
20 |
* https://www.gradio.app/image_classification_in_pytorch/
|