Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ABDALLAH31
/
Contract_Risk_Analyzer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ABDALLAH31
commited on
May 12, 2025
Commit
08f49a5
·
verified
·
1 Parent(s):
a119bc3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -44,5 +44,5 @@ iface = gr.Interface(
44
)
45
46
# Ensure the Gradio app starts properly
47
-
if
_name_
== "
_main_
":
48
iface.launch()
44
)
45
46
# Ensure the Gradio app starts properly
47
+
if
__name__
== "
__main__
":
48
iface.launch()