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
9a7ddfc
·
1 Parent(s):
e7fe010
Use ssr_mode=False instead of ssr=False to fix TypeError
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(
ssr
=False)
511
512
513
if __name__ == "__main__":
514
+
demo.launch(
ssr_mode
=False)