Spaces:
TNR-5
/
Runtime error

TenPoisk commited on
Commit
7d77553
·
1 Parent(s): 9e0fe60

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -39
README.md DELETED
@@ -1,39 +0,0 @@
1
- ---
2
- title: HuggingFace Search Engine
3
- emoji: 🔎🤗
4
- colorFrom: blue
5
- colorTo: gray
6
- sdk: streamlit
7
- app_file: app.py
8
- pinned: true
9
- duplicated_from: TNR-5/lib
10
- ---
11
- # Configuration
12
-
13
- `title`: _string_
14
- Display title for the Space.
15
- `emoji`: _string_
16
- Space emoji (emoji-only character allowed)
17
- `colorFrom`: _string_
18
- Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
19
- `colorTo`: _string_
20
- Color for Thumbnail gradient (red, yellow, green, blue, indigo, purple, pink, gray)
21
- `sdk`: _string_
22
- Can be either `gradio`, `streamlit`, or `static`
23
- `sdk_version` : _string_
24
- Only applicable for `streamlit` SDK.
25
- See [doc](https://hf.co/docs/hub/spaces) for more info on supported versions.
26
-
27
- `app_file`: _string_
28
- Path to your main application file (which contains either `gradio` or `streamlit` Python code, or `static` html code).
29
- Path is relative to the root of the repository.
30
-
31
- `models`: _List[string]_
32
- HF model IDs (like "gpt2" or "deepset/roberta-base-squad2") used in the Space.
33
- Will be parsed automatically from your code if not specified here.
34
-
35
- `datasets`: _List[string]_
36
- HF dataset IDs (like "common_voice" or "oscar-corpus/OSCAR-2109") used in the Space.
37
- Will be parsed automatically from your code if not specified here.
38
- `pinned`: _boolean_
39
- Whether the Space stays on top of your list.