Ahsen Khaliq commited on
Commit
42e795e
1 Parent(s): 49bee8b

back to 2.5.3

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import os
 
2
  os.system("wget https://github.com/Sxela/ArcaneGAN/releases/download/v0.3/ArcaneGANv0.3.jit")
3
  os.system("wget https://github.com/Sxela/ArcaneGAN/releases/download/v0.2/ArcaneGANv0.2.jit")
4
  os.system("pip -qq install facenet_pytorch")
 
1
  import os
2
+ os.system("pip install gradio==2.5.3")
3
  os.system("wget https://github.com/Sxela/ArcaneGAN/releases/download/v0.3/ArcaneGANv0.3.jit")
4
  os.system("wget https://github.com/Sxela/ArcaneGAN/releases/download/v0.2/ArcaneGANv0.2.jit")
5
  os.system("pip -qq install facenet_pytorch")