Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AyushDey
/
Text_Summarizer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
91ea7b8
Text_Summarizer
/
config.json
AyushDey
Upload 2 files
91ea7b8
almost 2 years ago
raw
Copy download link
history
blame
159 Bytes
{
"environment"
:
"python"
,
"entrypoint"
:
"app.py"
,
"command"
:
"python3 app.py"
,
"env"
:
{
"HF_API_KEY"
:
"${{ secrets.api_key }}"
}
}