Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
muellerzr
/
bert-base-cased-tpu-accelerate-experiments
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
muellerzr
commited on
Aug 18, 2022
Commit
a049e29
·
1 Parent(s):
f655f7f
http not https
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -27,7 +27,7 @@ def run_aim():
27
28
html = f"""
29
<iframe
30
-
src="
https
://{HOST}:{PORT}"
31
style="
32
position: fixed;
33
top: 0px;
27
28
html = f"""
29
<iframe
30
+
src="
http
://{HOST}:{PORT}"
31
style="
32
position: fixed;
33
top: 0px;