SuganthKrishna2003 commited on
Commit
a73b924
·
1 Parent(s): 1b9b794

update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -1,10 +1,10 @@
1
  # Installing Necessary Packages
2
 
3
- !pip install transformers
4
- !pip install torch
5
- !pip install opencv-python
6
- !pip install openai
7
- !pip install sentencepiece
8
 
9
  # Importing Necessary Packages and classes
10
 
 
1
  # Installing Necessary Packages
2
 
3
+ pip install transformers
4
+ pip install torch
5
+ pip install opencv-python
6
+ pip install openai
7
+ pip install sentencepiece
8
 
9
  # Importing Necessary Packages and classes
10