Mohuu0601 commited on
Commit
5daeaa3
·
verified ·
1 Parent(s): fd92d42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -1,6 +1,6 @@
1
- !pip install transformers
2
- !pip install streamlit
3
- !pip install torch
4
 
5
  import streamlit as st
6
  from transformers import pipeline
 
1
+ #!pip install transformers
2
+ #!pip install streamlit
3
+ #!pip install torch
4
 
5
  import streamlit as st
6
  from transformers import pipeline