justinj92 commited on
Commit
13de349
1 Parent(s): da076c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ from llama_index.embeddings.huggingface import HuggingFaceEmbedding
5
  import torch
6
  import spaces
7
  import subprocess
 
8
 
9
  subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'git+https://github.com/huggingface/transformers', '-U'])
10
 
 
5
  import torch
6
  import spaces
7
  import subprocess
8
+ import sys
9
 
10
  subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'git+https://github.com/huggingface/transformers', '-U'])
11