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:
oewis16
/
ECG
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
oewis16
commited on
Jul 9
Commit
c8ace6a
·
verified
·
1 Parent(s):
59b52fd
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -142,4 +142,4 @@ with gr.Blocks(title="ECG Classification") as demo:
142
143
gr.Markdown("*DEPI Final Project 2025*")
144
145
-
demo.launch()
142
143
gr.Markdown("*DEPI Final Project 2025*")
144
145
+
demo.launch(
ssr_mode=False
)