Ahsen Khaliq commited on
Commit
ee5ee45
·
1 Parent(s): dda42cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -3,7 +3,6 @@ pystuck.run_server()
3
 
4
 
5
  import os
6
- os.system("pip install gradio==2.5.3")
7
  os.system("wget https://github.com/Sxela/ArcaneGAN/releases/download/v0.4/ArcaneGANv0.4.jit")
8
  os.system("wget https://github.com/Sxela/ArcaneGAN/releases/download/v0.3/ArcaneGANv0.3.jit")
9
  os.system("wget https://github.com/Sxela/ArcaneGAN/releases/download/v0.2/ArcaneGANv0.2.jit")
@@ -149,6 +148,6 @@ gr.Interface(
149
  description=description,
150
  article=article,
151
  examples=[['bill.png','version 0.3'],['keanu.png','version 0.4'],['will.jpeg','version 0.4']],
152
- enable_queue=True,
153
- allow_flagging=False
154
- ).launch()
 
3
 
4
 
5
  import os
 
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")
 
148
  description=description,
149
  article=article,
150
  examples=[['bill.png','version 0.3'],['keanu.png','version 0.4'],['will.jpeg','version 0.4']],
151
+ allow_flagging="never",
152
+ allow_screenshot=False
153
+ ).launch(enable_queue=True,cache_examples=True)