Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -91,8 +91,6 @@ def update_selection(evt: gr.SelectData, width, height):
|
|
91 |
)
|
92 |
|
93 |
@spaces.GPU(duration=70)
|
94 |
-
pipe.vae.enable_slicing()
|
95 |
-
pipe.vae.enable_tiling()
|
96 |
|
97 |
# Just to look at the tokens / confirm settings:
|
98 |
tokens = clip_processor(
|
|
|
91 |
)
|
92 |
|
93 |
@spaces.GPU(duration=70)
|
|
|
|
|
94 |
|
95 |
# Just to look at the tokens / confirm settings:
|
96 |
tokens = clip_processor(
|