QubitPi commited on
Commit
0778ff8
1 Parent(s): c96a40b

Add Hugging Face icon to link (#3)

Browse files
Files changed (2) hide show
  1. .gitignore +2 -1
  2. README.md +1 -1
.gitignore CHANGED
@@ -2,4 +2,5 @@
2
  .env
3
  venv
4
  __pycache__
5
- docker-compose.yml
 
 
2
  .env
3
  venv
4
  __pycache__
5
+ docker-compose.yml
6
+ .DS_Store
README.md CHANGED
@@ -25,7 +25,7 @@ __Aristotle__ is an automatic text to speech application that takes an Ancient G
25
  downloadable audio for language learner for practice speaking in Ancient Greek. Aristotle generates speech using the
26
  [OpenAI's text-to-speech API](https://platform.openai.com/docs/guides/text-to-speech).
27
 
28
- The app is available on [Hugging Face space][Hugging Face space URL]. Please check it out.
29
 
30
  A Docker image is also available:
31
 
 
25
  downloadable audio for language learner for practice speaking in Ancient Greek. Aristotle generates speech using the
26
  [OpenAI's text-to-speech API](https://platform.openai.com/docs/guides/text-to-speech).
27
 
28
+ The app is available on [🤗 Hugging Face space][Hugging Face space URL]. Please check it out.
29
 
30
  A Docker image is also available:
31