Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MossaabDev
/
shifaa_api
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
bd0d6c7
shifaa_api
/
app
/
utils.py
MossaabDev
Upload 36 files
d091937
verified
6 months ago
raw
Copy download link
history
blame
73 Bytes
import
re
def
remove_numbers
(
text
):
return
re.sub(
r'\d+'
,
''
, text)