view_api instead of view_info (#6773)

This commit is contained in:
Philippe Manzano 2023-12-13 18:57:53 +01:00 committed by GitHub
parent 1459119c6e
commit a3cf90e57b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
```