Winnie-Kay commited on
Commit
1fae8fd
·
1 Parent(s): 44ecbe4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  # Define the model path where the pre-trained model is saved on the Hugging Face model hub
2
  model_path = "Winnie-Kay/Finetuned_bert_model"
3
 
 
1
+
2
+ os.system('pip install torch')
3
+ os.system('pip install transformers')
4
+ os.system('pip install scipy')
5
+ os.system('pip install gradio')
6
  # Define the model path where the pre-trained model is saved on the Hugging Face model hub
7
  model_path = "Winnie-Kay/Finetuned_bert_model"
8