Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
joacota2
/
dani
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dani
/
tools.py
joacota2
daniprueba
7589db1
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
167 Bytes
def
pipeline_dani
(
query:
str
=
'hola'
,
) ->
str
:
"""
This is a pipeline that receives a string and returns it in uppercase.
"""
return
query.upper()