Dorn4449 commited on
Commit
54c0f31
·
1 Parent(s): 750baad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -1,3 +1,9 @@
 
 
 
 
 
 
1
  import streamlit as st
2
  import transformers
3
  import torch
 
1
+ import os
2
+ os.system("pip install streamlit")
3
+ os.system("pip install transformers")
4
+ os.system("pip install torch")
5
+
6
+
7
  import streamlit as st
8
  import transformers
9
  import torch