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
Feb 1
Commit
7299bce
·
verified
·
1 Parent(s):
039a1e6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -112,4 +112,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
112
)
113
114
if __name__ == "__main__":
115
-
demo.launch(debug = True
112
)
113
114
if __name__ == "__main__":
115
+
demo.launch(debug = True
)