Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
docs-demos/bert-base-uncased
hugging2021
/
bert-base-uncased
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
hugging2021
commited on
Jun 19, 2024
Commit
85b39f0
·
verified
·
1 Parent(s):
6cc6833
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -32,4 +32,4 @@ gr.Interface(
32
article=article,
33
title=title,
34
description=description
35
-
).launch(
enable_queue=True
)
32
article=article,
33
title=title,
34
description=description
35
+
).launch()