Spaces:
Sleeping
Sleeping
mindexplorer
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
import streamlit as st
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
|
9 |
|
10 |
from tensorflow.keras.models import load_model
|
|
|
1 |
import streamlit as st
|
2 |
+
pip install streamlit
|
3 |
+
pip install tensorflow
|
4 |
+
pip install torch
|
5 |
+
pip install torchaudio
|
6 |
+
pip install transformer
|
7 |
+
pip install pillow
|
8 |
|
9 |
|
10 |
from tensorflow.keras.models import load_model
|