Downloads · 30 days
0
NLPuzzle/jarvis
jarvis is a machine learning model from NLPuzzle. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
Downloads · 30 days
0
Access
Public
Updated Aug 28, 2024
Repo size
—
Likes
0
Public
Click a slice to open those files.
Other1.5 KB · 84%
From the Hugging Face model README
import Replicate from "replicate";
const replicate = new Replicate({ auth: process.env.REPLICATE_API_TOKEN, });
const output = await replicate.run( "vonduffen/jarvis:5908f7b617e9bbe8957e96a31020ad9dd2c04d2371d5d81b4286801d9dba3323", { input: { prompt: "..." } } );