yashgupta1512 commited on
Commit
fe414e5
·
verified ·
1 Parent(s): 93553ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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