1plus1equal3 commited on
Commit
cdbadf7
·
1 Parent(s): 1ff6b95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ import os
8
  import subprocess
9
  import gdown
10
 
 
11
  # Download model
12
  # Pix2pix model
13
  model_url = 'https://drive.google.com/drive/folders/1jOxiKyf8n7fwNZfgeZyUrNJ90LEmIL3S?usp=sharing'
 
8
  import subprocess
9
  import gdown
10
 
11
+ os.makedirs('/content', exist_ok=True)
12
  # Download model
13
  # Pix2pix model
14
  model_url = 'https://drive.google.com/drive/folders/1jOxiKyf8n7fwNZfgeZyUrNJ90LEmIL3S?usp=sharing'