suwonpabby commited on
Commit
fce8bf1
1 Parent(s): 7cbe2d5

First Landing

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -15,8 +15,9 @@ import time
15
  # 1. Install Packages
16
  os.system("pip install transformers")
17
  os.system("pip install accelerate")
18
- os.system("pip install -U FlagEmbedding")
19
  os.system("pip install peft")
 
 
20
 
21
 
22
  # 2. Import Installed Packages
 
15
  # 1. Install Packages
16
  os.system("pip install transformers")
17
  os.system("pip install accelerate")
 
18
  os.system("pip install peft")
19
+ os.system("pip install -U FlagEmbedding")
20
+
21
 
22
 
23
  # 2. Import Installed Packages