Ahsen Khaliq commited on
Commit
81a3588
·
1 Parent(s): 1ad49fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -3,6 +3,7 @@ pystuck.run_server()
3
 
4
 
5
  import os
 
6
  os.system("wget https://github.com/Sxela/ArcaneGAN/releases/download/v0.4/ArcaneGANv0.4.jit")
7
  os.system("wget https://github.com/Sxela/ArcaneGAN/releases/download/v0.3/ArcaneGANv0.3.jit")
8
  os.system("wget https://github.com/Sxela/ArcaneGAN/releases/download/v0.2/ArcaneGANv0.2.jit")
@@ -147,5 +148,6 @@ gr.Interface(
147
  title=title,
148
  description=description,
149
  article=article,
150
- examples=[['bill.png','version 0.3'],['keanu.png','version 0.4'],['will.jpeg','version 0.4']]
151
- ).launch(enable_queue=True)
 
 
3
 
4
 
5
  import os
6
+ os.system("pip install gradio==2.5.3")
7
  os.system("wget https://github.com/Sxela/ArcaneGAN/releases/download/v0.4/ArcaneGANv0.4.jit")
8
  os.system("wget https://github.com/Sxela/ArcaneGAN/releases/download/v0.3/ArcaneGANv0.3.jit")
9
  os.system("wget https://github.com/Sxela/ArcaneGAN/releases/download/v0.2/ArcaneGANv0.2.jit")
 
148
  title=title,
149
  description=description,
150
  article=article,
151
+ examples=[['bill.png','version 0.3'],['keanu.png','version 0.4'],['will.jpeg','version 0.4']],
152
+ enable_queue=True
153
+ ).launch()