Spaces:
Running
on
T4
Running
on
T4
Ahsen Khaliq
commited on
Commit
•
43b6270
1
Parent(s):
f514a6b
Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
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")
|
|
|
1 |
+
import pystuck
|
2 |
+
pystuck.run_server()
|
3 |
import os
|
4 |
os.system("pip install gradio==2.5.3")
|
5 |
os.system("wget https://github.com/Sxela/ArcaneGAN/releases/download/v0.3/ArcaneGANv0.3.jit")
|