Spaces:
Sleeping
Sleeping
Upload config/config.yaml with huggingface_hub
Browse files- config/config.yaml +11 -0
config/config.yaml
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
server:
|
| 2 |
+
host: "0.0.0.0"
|
| 3 |
+
port: 8000
|
| 4 |
+
|
| 5 |
+
search_engine:
|
| 6 |
+
model_name: "all-MiniLM-L6-v2"
|
| 7 |
+
use_index: false
|
| 8 |
+
|
| 9 |
+
data:
|
| 10 |
+
prompts_corpus_url: 'https://huggingface.co/datasets/poloclub/diffusiondb/resolve/main/metadata.parquet'
|
| 11 |
+
hf_space_name: 'prompt-search-app'
|