julien-c HF Staff commited on
Commit
6088b24
·
verified ·
1 Parent(s): a99cb19
Files changed (1) hide show
  1. app.ts +1 -0
app.ts CHANGED
@@ -8,6 +8,7 @@ app.use(
8
  apiReference({
9
  url: "https://huggingface.co/.well-known/openapi.json",
10
  hideClientButton: true,
 
11
  })
12
  );
13
 
 
8
  apiReference({
9
  url: "https://huggingface.co/.well-known/openapi.json",
10
  hideClientButton: true,
11
+ defaultOpenAllTags: true,
12
  })
13
  );
14