Spaces:
Runtime error
Runtime error
rmeove limit
Browse files- interface/app.py +1 -1
interface/app.py
CHANGED
@@ -175,5 +175,5 @@ Double click to add or remove stop points.
|
|
175 |
random_sample, inputs=[model_name], outputs=[image, model_state, latents_state]
|
176 |
)
|
177 |
|
178 |
-
block.queue(
|
179 |
block.launch(show_api=False)
|
|
|
175 |
random_sample, inputs=[model_name], outputs=[image, model_state, latents_state]
|
176 |
)
|
177 |
|
178 |
+
block.queue(api_open=False)
|
179 |
block.launch(show_api=False)
|