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:
Aryanmdev
/
multilingual-absa
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Aryan Mishra
commited on
19 days ago
Commit
e7fe010
·
1 Parent(s):
8820a7c
Disable Gradio SSR to prevent Node.js crash
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -511,4 +511,4 @@ with gr.Blocks(title="Multilingual ABSA", theme=custom_theme, css=custom_css) as
511
512
513
if __name__ == "__main__":
514
-
demo.launch()
511
512
513
if __name__ == "__main__":
514
+
demo.launch(
ssr=False
)