Aman72321 commited on
Commit
98cbbbf
1 Parent(s): fefcbc6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  import streamlit as st
2
  import gc
3
  from collections import defaultdict
 
1
+ pip install lingua-language-detector
2
+ !pip install lingua
3
+ pip install torch
4
+
5
+
6
  import streamlit as st
7
  import gc
8
  from collections import defaultdict