diff --git a/guides/08_client-libraries/02_getting-started-with-the-js-client.md b/guides/08_client-libraries/02_getting-started-with-the-js-client.md index c6e586d2b2..5d2e12b9ca 100644 --- a/guides/08_client-libraries/02_getting-started-with-the-js-client.md +++ b/guides/08_client-libraries/02_getting-started-with-the-js-client.md @@ -112,7 +112,7 @@ import { client } from "@gradio/client"; const app = await client("abidlabs/whisper"); -const app_info = await app.view_info(); +const app_info = await app.view_api(); console.log(app_info); ```