Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
acclass
/
gpt_demo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
gpt_demo
/
g4f
/
.v1
/
gpt4free
/
quora
/
graphql
/
SummarizePlainPostQuery.graphql
starsaround
Upload 183 files
f4b4235
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
95 Bytes
query
SummarizePlainPostQuery
(
$comment
: String
!
)
{
summarizePlainPost
(
comment
:
$comment
)
}