Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
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
23 days ago
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
)