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:
IngSeb0
/
ReliefLens
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
IngSeb0
commited on
May 8
Commit
fe613b2
·
1 Parent(s):
cb71624
Disable Gradio SSR mode
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -168,4 +168,4 @@ with gr.Blocks(title="ReliefLens AI") as demo:
168
169
170
if __name__ == "__main__":
171
-
demo.launch()
168
169
170
if __name__ == "__main__":
171
+
demo.launch(
ssr_mode=False
)