Ahsen Khaliq commited on
Commit
43b6270
1 Parent(s): f514a6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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")