Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
agideia
/
beautify-http-server
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
agideia
commited on
May 28, 2025
Commit
06ab800
·
verified
·
1 Parent(s):
7ebc191
Create app.sh
Browse files
Files changed (1)
hide
show
app.sh
+4
-0
app.sh
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
#!/bin/bash
2
+
3
+
# Executa o beautify-http-server na pasta atual, na porta padrão da HF Spaces
4
+
python3 -m http_server --bind 0.0.0.0 --port 7860 --folder .