Spaces:
Running
Running
MuGeminorum
commited on
Commit
•
89d78bf
1
Parent(s):
e1e7fa2
fix md
Browse files
README.md
CHANGED
@@ -1,25 +1,13 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
#- damotest/squad
|
12 |
-
train:
|
13 |
-
#- modelscope/coco_2014_caption
|
14 |
-
models: #关联模型
|
15 |
-
#- damo/speech_charctc_kws_phone-xiaoyunxiaoyun
|
16 |
-
|
17 |
-
## 启动文件(若SDK为Gradio/Streamlit,默认为app.py, 若为Static HTML, 默认为index.html)
|
18 |
-
# deployspec:
|
19 |
-
# entry_file: app.py
|
20 |
-
license: MIT License
|
21 |
---
|
22 |
-
|
23 |
-
|
24 |
-
git clone https://www.modelscope.cn/studios/MuGeminorum/SVHN-Recognition.git
|
25 |
-
```
|
|
|
1 |
---
|
2 |
+
title: SVHN Recognition
|
3 |
+
emoji: ⚡
|
4 |
+
colorFrom: yellow
|
5 |
+
colorTo: purple
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.12.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
+
|
13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|