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:
fatimaxa
/
GAP_SMALL_PROJECT
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fatimaxa
commited on
Dec 1, 2025
Commit
5e85956
·
verified
·
1 Parent(s):
132d971
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -42,4 +42,4 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
42
gr.Markdown(about_md)
43
44
45
-
demo.launch()
42
gr.Markdown(about_md)
43
44
45
+
demo.launch(
server_name="0.0.0.0", server_port=7860
)