Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RanjithkumarPanjabikesan
/
ai-powered-audio-assistant-dictate-what-is-in-image
like
0
Runtime error
App
Files
Files
Community
RanjithkumarPanjabikesan
commited on
Jul 20, 2024
Commit
06f9d09
·
verified
·
1 Parent(s):
2b41b4a
Update helper.py
Browse files
Files changed (1)
hide
show
helper.py
+1
-0
helper.py
CHANGED
Viewed
@@ -1,3 +1,4 @@
1
def summarize_predictions_natural_language(predictions):
2
summary = {}
3
p = inflect.engine()
1
+
import inflect
2
def summarize_predictions_natural_language(predictions):
3
summary = {}
4
p = inflect.engine()