Skip to content

Commit a3cf90e

Browse files
authored
view_api instead of view_info (#6773)
1 parent 1459119 commit a3cf90e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/08_client-libraries/02_getting-started-with-the-js-client.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ import { client } from "@gradio/client";
112112

113113
const app = await client("abidlabs/whisper");
114114

115-
const app_info = await app.view_info();
115+
const app_info = await app.view_api();
116116

117117
console.log(app_info);
118118
```

0 commit comments

Comments
 (0)