Spaces:
Sleeping
Sleeping
A newer version of the Gradio SDK is available:
6.2.0
Example prompts
"Write a Python module with two functions:
fibonacci(n)returning a list of first n Fibonacci numbers, andis_prime(n)returning True/False. Include docstrings and type hints.""Create a Python module
matrix_utilsimplementing add, multiply, transpose for matrices represented as lists of lists, and include basic validation and docstrings."