Ahsen Khaliq commited on
Commit
59de4d0
1 Parent(s): 5c74399

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ import gradio as gr
3
  from pathlib import Path
4
  os.system("pip install gsutil")
5
 
 
6
  os.system("git clone --branch=main https://github.com/google-research/t5x")
7
  os.system("mv t5x t5x_tmp; mv t5x_tmp/* .; rm -r t5x_tmp")
8
  os.system("sed -i 's:jax\[tpu\]:jax:' setup.py")
3
  from pathlib import Path
4
  os.system("pip install gsutil")
5
 
6
+
7
  os.system("git clone --branch=main https://github.com/google-research/t5x")
8
  os.system("mv t5x t5x_tmp; mv t5x_tmp/* .; rm -r t5x_tmp")
9
  os.system("sed -i 's:jax\[tpu\]:jax:' setup.py")