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
muellerzr
HF staff
commited on
Aug 19, 2022
Commit
2146985
•
1 Parent(s):
d8e9fd4
Create a run func
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
CHANGED
Viewed
@@ -50,6 +50,9 @@ html = f"""
50
</iframe>
51
"""
52
53
def main():
54
run_aim()
55
demo = gr.Interface(
50
</iframe>
51
"""
52
53
+
def run():
54
+
print("Running app!")
55
+
56
def main():
57
run_aim()
58
demo = gr.Interface(