Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ashed00
/
BERT_Token_Scorer
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ashed00
commited on
Jan 31
Commit
0f79fd5
·
verified
·
1 Parent(s):
ee8769d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -115,4 +115,4 @@ with gr.Blocks() as demo:
115
)
116
117
if __name__ == "__main__":
118
-
demo.launch(
debug
= True)
115
)
116
117
if __name__ == "__main__":
118
+
demo.launch(
share
= True
, ssr_mode = False,
)