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:
ShahdReda
/
ADHD
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ShahdReda
commited on
Jun 15, 2024
Commit
f10951d
·
verified
·
1 Parent(s):
bb92fcc
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -128,4 +128,4 @@ interface = gr.Interface(
128
)
129
130
# Launch the Gradio interface
131
-
interface.launch(share=True)
128
)
129
130
# Launch the Gradio interface
131
+
interface.launch(share=True
, server_port=7871
)