Spaces:
Running
on
T4
Running
on
T4
Ahsen Khaliq
commited on
Commit
·
a9cc717
1
Parent(s):
84e7de9
Update app.py
Browse files
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 |
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")
|
@@ -157,6 +157,5 @@ gr.Interface(
|
|
157 |
title=title,
|
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")
|
|
|
157 |
title=title,
|
158 |
description=description,
|
159 |
article=article,
|
160 |
+
examples=[['bill.png','version 0.3'],['keanu.png','version 0.4'],['will.jpeg','version 0.4']]
|
161 |
+
).launch(enable_queue=True,cache_examples=True)
|
|