Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GGSheng
/
ai
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ai
/
bt-source
/
panel
/
rewrite
/
nginx
/
thinkphp.conf
GGSheng
feat: deploy Gemma 4 to hf space
17e971c
verified
14 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;
}
}