pierrefdz commited on
Commit
cbeef4d
1 Parent(s): 7048611

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
  title: Semantle
3
- emoji: 🐢
4
  colorFrom: indigo
5
- colorTo: purple
6
  sdk: gradio
7
- sdk_version: 2.8.14
8
  app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces#reference
 
 
1
  ---
2
  title: Semantle
3
+ emoji: 📜
4
  colorFrom: indigo
5
+ colorTo: red
6
  sdk: gradio
 
7
  app_file: app.py
8
  pinned: false
9
  ---
10
 
11
+ Helper for the game Cémantix (https://cemantix.herokuapp.com/). Gives closest or furthest words to a given word.
12
+ Uses [fasttext](https://fasttext.cc/) embeddings.