Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
circulartext/Speed_Read_AI
huggingfor
/
Speed_Read_AI
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
dfd32bf
Speed_Read_AI
/
entrypoint.w
circulartext
Create entrypoint.w
2bd12b8
over 2 years ago
raw
Copy download link
history
blame
103 Bytes
#!/bin/sh
set
-e
# Set permissions at runtime
chmod
-R 777 /app
# Execute the main command
exec
"
$@
"