Skip to content

Commit

Permalink
Test docs
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 authored Nov 16, 2023
1 parent dda7dd5 commit c4dd775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const inference = new HfInference(HF_ACCESS_TOKEN);
// You can also omit "model" to use the recommended model for the task
await inference.translation({
model: 't5-base',
inputs: 'My name is Wolfgang and I live in Berlin'
inputs: 'My name is Wolfgang and I live in Amsterdam'
})

await inference.textToImage({
Expand Down

0 comments on commit c4dd775

Please sign in to comment.