Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
vinayakdev/qa-generator
ismot
/
9t10
like
0
Runtime error
App
Files
Files
Community
main
9t10
/
main.py
ismot
Duplicate from vinayakdev/qa-generator
e052b6e
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
130 Bytes
import
generator
from
generator
import
*
context =
str
(
input
(
"Enter paragraph\n"
))
context.replace(
"\n"
,
" "
)
creator(context)