Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
omer11a
/
bounded-attention
like
9
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
omer11a
commited on
Apr 3, 2024
Commit
cc776b8
·
1 Parent(s):
f42e996
Fixed errors
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -354,5 +354,5 @@ def main():
354
demo.launch(show_api=False, show_error=True)
355
356
357
-
if
name
== "__main__":
358
main()
354
demo.launch(show_api=False, show_error=True)
355
356
357
+
if
__name__
== "__main__":
358
main()