Spaces:
Runtime error
Runtime error
Commit
·
1022afb
1
Parent(s):
f17fc25
fix
Browse files
app.py
CHANGED
@@ -62,6 +62,7 @@ def setup():
|
|
62 |
pipeline = setup()
|
63 |
|
64 |
def handler(text, ts1, ts2, gs1):
|
|
|
65 |
# # a = np.random.randint(0, 255, (128, 128, 3)).astype(np.uint8)
|
66 |
# data = {'text': text[:380], 'guidance_scale': gs1}
|
67 |
# args = {k: v for k, v in DIFFUSION_DEFAULTS.items()}
|
|
|
62 |
pipeline = setup()
|
63 |
|
64 |
def handler(text, ts1, ts2, gs1):
|
65 |
+
pass
|
66 |
# # a = np.random.randint(0, 255, (128, 128, 3)).astype(np.uint8)
|
67 |
# data = {'text': text[:380], 'guidance_scale': gs1}
|
68 |
# args = {k: v for k, v in DIFFUSION_DEFAULTS.items()}
|