Ahsen Khaliq commited on
Commit
c281817
·
1 Parent(s): e26e5eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,6 +1,5 @@
1
  import os
2
  os.system("git clone https://github.com/bryandlee/animegan2-pytorch")
3
-
4
  os.system("gdown https://drive.google.com/uc?id=1WK5Mdt6mwlcsqCZMHkCUSDJxN1UyFi0-")
5
  os.system("gdown https://drive.google.com/uc?id=18H3iK09_d54qEDoWIc82SyWB2xun4gjU")
6
 
@@ -67,4 +66,4 @@ description = "Gradio demo for AnimeGanv2 Face Portrait v2. To use it, simply up
67
  article = "<p style='text-align: center'><a href='https://github.com/bryandlee/animegan2-pytorch' target='_blank'>Github Repo</a></p>"
68
 
69
  examples=[['groot.jpeg']]
70
- gr.Interface(inference, gr.inputs.Image(type="pil"), gr.outputs.Image(type="pil"),title=title,description=description,article=article,examples=examples,enable_queue=True).launch()
 
1
  import os
2
  os.system("git clone https://github.com/bryandlee/animegan2-pytorch")
 
3
  os.system("gdown https://drive.google.com/uc?id=1WK5Mdt6mwlcsqCZMHkCUSDJxN1UyFi0-")
4
  os.system("gdown https://drive.google.com/uc?id=18H3iK09_d54qEDoWIc82SyWB2xun4gjU")
5
 
 
66
  article = "<p style='text-align: center'><a href='https://github.com/bryandlee/animegan2-pytorch' target='_blank'>Github Repo</a></p>"
67
 
68
  examples=[['groot.jpeg']]
69
+ gr.Interface(inference, gr.inputs.Image(type="pil",shape=(512,512)), gr.outputs.Image(type="pil"),title=title,description=description,article=article,examples=examples,enable_queue=True).launch()