Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
jabalarami/my-function-gemma
lucaspetti
/
function-gemma
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jabalarami
commited on
Dec 28, 2025
Commit
0ec8839
·
verified
·
1 Parent(s):
efefc6e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -46,4 +46,4 @@ demo = gr.Interface(
46
title="FunctionGemma CPU Fixed"
47
)
48
49
-
demo.launch()
46
title="FunctionGemma CPU Fixed"
47
)
48
49
+
demo.launch(
share=True
)