{
  "$type": "site.standard.document",
  "bskyPostRef": {
    "cid": "bafyreiabo2t7x5kxecczjrmj56sqxsptxt72gwjezkcosyfumcvqzy5rwq",
    "uri": "at://did:plc:pgryn3ephfd2xgft23qokfzt/app.bsky.feed.post/3mi6ny57ruko2"
  },
  "path": "/t/beginner-help-my-space-stuck-on-starting-with-typeerror-argument-of-type-bool-is-not-iterable/174751#post_3",
  "publishedAt": "2026-03-29T06:59:31.000Z",
  "site": "https://discuss.huggingface.co",
  "tags": [
    "Gradio Docs"
  ],
  "textContent": "You passed a wrong argument for `api_name` in\n\n\n        submit_btn.click(\n            fn=process_audio,\n            inputs=[audio_in, mode_in],\n            outputs=[status_out, files_out],\n            api_name=False\n        )\n\n\nIt should be passed a string value (see Gradio Docs).\n\n(Separately, be aware that there’s an ongoing issue with Hugging Face spaces building updates, which is unrelated to your code.)",
  "title": "[Beginner Help] My space stuck on Starting with TypeError: argument of type 'bool' is not iterable"
}