Commit 8e4641ac authored by nanahira's avatar nanahira

first

parent 40d2b9b3
# gradio-client
Client for Gradio. Useful for AIGC.
\ No newline at end of file
Client for Gradio. Useful for AIGC.
## Usage
```ts
const client = new GradioClient<{
0: [
[string, string, string, number, number, number], // input type
[string, { name: string }, string], // output type
];
}>('wss://vits.example.com');
const result = await client.request(
0,
'今天晚上吃啥好呢。',
'中文',
'特别周',
0.6,
0.668,
1.2,
);
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment