Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
legaltextai
/
summarizecase
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
legaltextai
commited on
Jun 4, 2024
Commit
372271f
·
verified
·
1 Parent(s):
113958a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -90,6 +90,7 @@ def get_summary(text):
90
91
Present the summary in json format.
92
'''
93
]
94
return message.content
95
90
91
Present the summary in json format.
92
'''
93
+
}
94
]
95
return message.content
96