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:
kaburia
/
policy-coherence-annotator
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
kaburia
commited on
Mar 26
Commit
a4317d9
·
1 Parent(s):
ed3fd75
debug and share
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -983,4 +983,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
983
)
984
985
if __name__ == "__main__":
986
-
demo.launch()
983
)
984
985
if __name__ == "__main__":
986
+
demo.launch(
debug=True, share=True
)