Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
!pip install streamlit
|
| 2 |
-
!pip install transformers
|
| 3 |
-
!pip install torch
|
| 4 |
-
!pip install scikit-learn
|
| 5 |
import streamlit as st
|
| 6 |
import pandas as pd
|
| 7 |
import torch
|
|
|
|
| 1 |
+
# !pip install streamlit
|
| 2 |
+
# !pip install transformers
|
| 3 |
+
# !pip install torch
|
| 4 |
+
# !pip install scikit-learn
|
| 5 |
import streamlit as st
|
| 6 |
import pandas as pd
|
| 7 |
import torch
|