Views
No views yet
set_square_color(color: string) - Sets the square colorget_square_color() - Gets the current color1from transformers import pipeline
2
3pipe = pipeline("text-generation", model="harlley/functiongemma-square-color")
4output = pipe("change the color to blue")