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 20, 2024
Commit
0c194be
·
verified
·
1 Parent(s):
ad85cd2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -44,4 +44,4 @@ iface = gr.Interface(
44
45
# Interface starten
46
if __name__ == "__main__":
47
-
iface.launch(server_port=7862
44
45
# Interface starten
46
if __name__ == "__main__":
47
+
iface.launch(server_port=7862
)