Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GGSheng
/
fe
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
fe
/
bt-source
/
panel
/
rewrite
/
nginx
/
thinkphp.conf
GGSheng
feat: deploy Gemma 4 to hf space
3a5cf48
verified
11 days ago
raw
Copy download link
history
blame
contribute
delete
148 Bytes
location
~* (runtime
|application)/{
return
403
;
}
location
/ {
if (!-e $request_filename){
rewrite ^(.*)$ /index.php?s=$
1
last; break;
}
}