Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
numind
/
NuExtract-2.0
like
9
Sleeping
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
Solves 500 error for some users
#2
by
Tonic
- opened
11 days ago
base:
refs/heads/main
←
from:
refs/pr/2
Discussion
Files changed
+1
-1
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -341,4 +341,4 @@ Proactively participate in the agile development process sprints, providing effo
341
)
342
343
344
-
demo.launch(debug=True, share=True)
341
)
342
343
344
+
demo.launch(debug=True, share=True
, ssr_mode=False
)