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 18, 2022
Commit
c60f7be
•
1 Parent(s):
a6f474f
empty inputs
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -34,6 +34,7 @@ def run():
34
def main():
35
demo = gr.Interface(
36
fn=run,
37
outputs=gr.HTML(html)
38
)
39
34
def main():
35
demo = gr.Interface(
36
fn=run,
37
+
inputs=[],
38
outputs=gr.HTML(html)
39
)
40