reichenbach commited on
Commit
21f578d
β€’
1 Parent(s): c9dcf86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,4 +1,7 @@
1
- !pip install tensorflow tensorflow_hub tensorflow_text
 
 
 
2
 
3
  from huggingface_hub import from_pretrained_keras
4
  import numpy as np
 
1
+ import os
2
+ os.system('pip install tensorflow')
3
+ os.system('pip install tensorflow_hub')
4
+ os.system('pip install tensorflow_text')
5
 
6
  from huggingface_hub import from_pretrained_keras
7
  import numpy as np