Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|