Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
James040
/
ImageToTextFlorence2CPU
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
James040
commited on
Apr 2
Commit
e558c0a
·
verified
·
1 Parent(s):
3222286
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -91,4 +91,4 @@ with gr.Blocks(theme="bethecloud/storj_theme", css=css) as demo:
91
)
92
93
if __name__ == "__main__":
94
-
demo.launch()
91
)
92
93
if __name__ == "__main__":
94
+
demo.launch(
ssr_mode=False
)