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:
neuralworm
/
gemma-sage
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
neuralworm
commited on
Jan 27
Commit
490b060
·
1 Parent(s):
195c86d
fix: Remove server_name arg from app.py for HF Spaces compatibility
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -2,4 +2,4 @@ from app_module import get_llm, build_demo
2
3
if __name__ == "__main__":
4
get_llm()
5
-
build_demo().launch(
server_name="0.0.0.0"
)
2
3
if __name__ == "__main__":
4
get_llm()
5
+
build_demo().launch()