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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -2,7 +2,7 @@ import pystuck
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,6 +158,5 @@ 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
- cache_examples=True
163
- ).launch(debug=True)
 
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
  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)