oniati commited on
Commit
0418316
1 Parent(s): c378054

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from pathlib import Path
6
  os.system("pip install gsutil")
7
 
8
 
9
- os.system("git clone --branch=main https://github.com/inotiawu/t5x")
10
  os.system("mv t5x t5x_tmp; mv t5x_tmp/* .; rm -r t5x_tmp")
11
 
12
  os.system("python3 -m pip install -e .")
 
6
  os.system("pip install gsutil")
7
 
8
 
9
+ os.system("git clone --branch=main https://github.com/google-research/t5x")
10
  os.system("mv t5x t5x_tmp; mv t5x_tmp/* .; rm -r t5x_tmp")
11
 
12
  os.system("python3 -m pip install -e .")