Mel Seto commited on
Commit
e7b1d63
·
2 Parent(s): 9c32c07 365c6dd

Merge pull request #6 from mel-seto/update-readme

Browse files
Files changed (2) hide show
  1. README.md +1 -17
  2. huggingface.yml +9 -0
README.md CHANGED
@@ -42,20 +42,4 @@ git clone https://huggingface.co/spaces/chinese-enthusiasts/idiom-finder
42
  cd idiom-finder
43
  pip install -r requirements.txt
44
  python app.py
45
-
46
-
47
- ## 🤗 HuggingFace setup (required for app to run)
48
- ---
49
-
50
- title: Chinese Idiom Finder
51
- emoji: 💬
52
- colorFrom: yellow
53
- colorTo: purple
54
- sdk: gradio
55
- sdk_version: 5.42.0
56
- app_file: src/app.py
57
- pinned: false
58
- hf_oauth: true
59
- hf_oauth_scopes:
60
- - inference-api
61
- ---
 
42
  cd idiom-finder
43
  pip install -r requirements.txt
44
  python app.py
45
+ ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
huggingface.yml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+
2
+ title: Chinese Idiom Finder
3
+ emoji: 💬
4
+ colorFrom: yellow
5
+ colorTo: purple
6
+ sdk: gradio
7
+ sdk_version: 5.42.0
8
+ app_file: src/app.py
9
+ pinned: false