Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -378,7 +378,7 @@ scheduler.start()
|
|
378 |
# Both launches the space and its CI
|
379 |
configure_space_ci(
|
380 |
demo.queue(default_concurrency_limit=40),
|
381 |
-
trusted_authors=[],
|
382 |
private="True", # ephemeral spaces will have same visibility as the main space. Otherwise, set to `True` or `False` explicitly.
|
383 |
variables={}, # We overwrite HF_HOME as tmp CI spaces will have no cache
|
384 |
secrets=["HF_TOKEN", "H4_TOKEN"], # which secret do I want to copy from the main space? Can be a `List[str]`.
|
|
|
378 |
# Both launches the space and its CI
|
379 |
configure_space_ci(
|
380 |
demo.queue(default_concurrency_limit=40),
|
381 |
+
#trusted_authors=[], add manually trusted authors
|
382 |
private="True", # ephemeral spaces will have same visibility as the main space. Otherwise, set to `True` or `False` explicitly.
|
383 |
variables={}, # We overwrite HF_HOME as tmp CI spaces will have no cache
|
384 |
secrets=["HF_TOKEN", "H4_TOKEN"], # which secret do I want to copy from the main space? Can be a `List[str]`.
|