Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
amtsal
/
fp-kcv
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
amtsal
commited on
Apr 16, 2025
Commit
825e214
·
verified
·
1 Parent(s):
0bb8c94
Upload app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -90,5 +90,5 @@ with gr.Blocks() as demo:
90
show_progress="hidden"
91
)
92
93
-
if
_name_
== "_main_":
94
demo.launch()
90
show_progress="hidden"
91
)
92
93
+
if
__name__
== "_main_":
94
demo.launch()