Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
m3hrdadfi
/
gpt2-QA
like
0
Runtime error
App
Files
Files
Community
main
gpt2-QA
/
meta.py
m3hrdadfi
Hello app
14b4bdd
over 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
193 Bytes
HEADER_INFO =
"""
# GPT2 QA
"""
.strip()
SIDEBAR_INFO =
"""
# Configuration
"""
.strip()
C_PROMPT_BOX =
"Enter your text ..."
Q_PROMPT_BOX =
"Ask your question ..."
A_PROMPT_BOX =
"Not entered."