Ahsen Khaliq commited on
Commit
848595a
1 Parent(s): 1953ba4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -1,9 +1,8 @@
1
  import os
2
  import gradio as gr
3
  os.system("pip install Pillow")
4
- os.system("rm ~/.cache/gdown/cookies.json")
5
- os.system("gdown https://drive.google.com/uc?id=12ElLliRlgGZqPOhUcqJtNVsa7rmzSI5L")
6
- os.system("gdown https://drive.google.com/uc?id=1-79oBWGFQXrKYw9oxX7t468Zrp87NoWn")
7
  from PIL import Image
8
 
9
  def inference(content, style):
 
1
  import os
2
  import gradio as gr
3
  os.system("pip install Pillow")
4
+ os.system("gdown --no-cookies https://drive.google.com/uc?id=12ElLliRlgGZqPOhUcqJtNVsa7rmzSI5L")
5
+ os.system("gdown --no-cookies https://drive.google.com/uc?id=1-79oBWGFQXrKYw9oxX7t468Zrp87NoWn")
 
6
  from PIL import Image
7
 
8
  def inference(content, style):