Spaces:
Running
on
Zero
Running
on
Zero
drscotthawley
commited on
Commit
•
b46aa4b
1
Parent(s):
d19a04f
setting CT_HOME
Browse files
app.py
CHANGED
@@ -103,6 +103,7 @@ def process_image(image, repaint, busyness):
|
|
103 |
bs = num
|
104 |
repaint = repaint
|
105 |
seed_scale = 1.0
|
|
|
106 |
CKPT = f'ckpt/256_chords_00130000.pth'
|
107 |
PREFIX = 'gradiodemo'
|
108 |
# !echo {DEVICES} {CT_HOME} {CKPT} {PREFIX} {masked_img_file}
|
|
|
103 |
bs = num
|
104 |
repaint = repaint
|
105 |
seed_scale = 1.0
|
106 |
+
CT_HOME = '.'
|
107 |
CKPT = f'ckpt/256_chords_00130000.pth'
|
108 |
PREFIX = 'gradiodemo'
|
109 |
# !echo {DEVICES} {CT_HOME} {CKPT} {PREFIX} {masked_img_file}
|