Prathamesh Sarjerao Vaidya commited on
Commit
b899c60
Β·
1 Parent(s): ea235f0

made some changes

Browse files
Files changed (2) hide show
  1. Dockerfile +2 -0
  2. README.md +2 -2
Dockerfile CHANGED
@@ -33,8 +33,10 @@ ENV PYTHONPATH=/app \
33
  TRANSFORMERS_CACHE=/app/model_cache \
34
  TORCH_HOME=/app/model_cache \
35
  XDG_CACHE_HOME=/app/model_cache \
 
36
  MPLCONFIGDIR=/tmp/matplotlib
37
 
 
38
  EXPOSE 7860
39
 
40
  HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \
 
33
  TRANSFORMERS_CACHE=/app/model_cache \
34
  TORCH_HOME=/app/model_cache \
35
  XDG_CACHE_HOME=/app/model_cache \
36
+ PYANNOTE_CACHE=/app/model_cache \
37
  MPLCONFIGDIR=/tmp/matplotlib
38
 
39
+
40
  EXPOSE 7860
41
 
42
  HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \
README.md CHANGED
@@ -10,7 +10,7 @@ short_description: AI system for multilingual transcription and translation
10
 
11
  # 🎡 Multilingual Audio Intelligence System
12
 
13
- ![Multilingual Audio Intelligence System Banner](/static/imgs/banner.png)
14
 
15
  ## Overview
16
 
@@ -52,7 +52,7 @@ The Multilingual Audio Intelligence System is an advanced AI-powered platform th
52
 
53
  ## Demo & Documentation
54
 
55
- - πŸŽ₯ [Video Preview]()
56
  - πŸ“„ [Project Documentation](DOCUMENTATION.md)
57
 
58
  ## Installation and Quick Start
 
10
 
11
  # 🎡 Multilingual Audio Intelligence System
12
 
13
+ <img src="static/imgs/banner.png" alt="Multilingual Audio Intelligence System Banner"/>
14
 
15
  ## Overview
16
 
 
52
 
53
  ## Demo & Documentation
54
 
55
+ - πŸŽ₯ [Video Preview](https://drive.google.com/file/d/1dfYM5p9cKGw0C5RBvmyN6DUWgnEZk56M/view)
56
  - πŸ“„ [Project Documentation](DOCUMENTATION.md)
57
 
58
  ## Installation and Quick Start