Ahsen Khaliq commited on
Commit
4cf0610
1 Parent(s): b987d8a

2.6.4 cache

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -2,7 +2,7 @@ import pystuck
2
  pystuck.run_server()
3
 
4
  import os
5
- os.system("pip install gradio==2.5.3")
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")
@@ -158,5 +158,6 @@ gr.Interface(
158
  description=description,
159
  article=article,
160
  examples=[['bill.png','version 0.3'],['keanu.png','version 0.4'],['will.jpeg','version 0.4']],
161
- enable_queue=True
 
162
  ).launch(debug=True)
 
2
  pystuck.run_server()
3
 
4
  import os
5
+ os.system("pip install gradio==2.6.4")
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")
 
158
  description=description,
159
  article=article,
160
  examples=[['bill.png','version 0.3'],['keanu.png','version 0.4'],['will.jpeg','version 0.4']],
161
+ enable_queue=True,
162
+ cache_examples=True
163
  ).launch(debug=True)