Clémentine commited on
Commit
80b8ca3
1 Parent(s): 56f0ca4

trusted authors

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[], # space owners + 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="auto", # same variables as the main space. Otherwise, set to a `Dict[str, str]`.
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=["clefourrier", "SaylorTwift", "thomwolf"], # space owners + 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="auto", # same variables as the main space. Otherwise, set to a `Dict[str, str]`.
384
  secrets=["HF_TOKEN", "H4_TOKEN"], # which secret do I want to copy from the main space? Can be a `List[str]`.