Spaces:
Runtime error
Runtime error
City
commited on
Commit
·
ea0c985
1
Parent(s):
aa7db78
Downgrade gradio version
Browse files- README.md +1 -1
- demo_class_gradio.py +2 -0
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 🧱
|
|
4 |
colorFrom: blue
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
-
sdk_version:
|
8 |
app_file: demo_class_gradio.py
|
9 |
models: [city96/AnimeClassifiers]
|
10 |
pinned: false
|
|
|
4 |
colorFrom: blue
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.23.0
|
8 |
app_file: demo_class_gradio.py
|
9 |
models: [city96/AnimeClassifiers]
|
10 |
pinned: false
|
demo_class_gradio.py
CHANGED
@@ -10,6 +10,8 @@ MODELS = [
|
|
10 |
"CCAnime-ChromaticAberration-v1.16",
|
11 |
]
|
12 |
article = """\
|
|
|
|
|
13 |
These are classifiers meant to work with anime images.
|
14 |
|
15 |
For more information, you can check out the [Huggingface Hub](https://huggingface.co/city96/AnimeClassifiers) or [GitHub page](https://github.com/city96/CityClassifiers).
|
|
|
10 |
"CCAnime-ChromaticAberration-v1.16",
|
11 |
]
|
12 |
article = """\
|
13 |
+
# About
|
14 |
+
|
15 |
These are classifiers meant to work with anime images.
|
16 |
|
17 |
For more information, you can check out the [Huggingface Hub](https://huggingface.co/city96/AnimeClassifiers) or [GitHub page](https://github.com/city96/CityClassifiers).
|