We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81aa352 commit 084abafCopy full SHA for 084abaf
README.md
@@ -180,7 +180,7 @@ await inference.imageToText({
180
181
// Using your own dedicated inference endpoint: https://hf.co/docs/inference-endpoints/
182
const gpt2 = inference.endpoint('https://xyz.eu-west-1.aws.endpoints.huggingface.cloud/gpt2');
183
-const { generated_text } = await gpt2.textGeneration({inputs: 'The answer to the universe is'});
+const { generated_text } = await gpt2.textGeneration({ inputs: 'The answer to the universe is' });
184
185
// Chat Completion
186
const llamaEndpoint = inference.endpoint(
0 commit comments