Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mussie1212
/
compliance_checker
like
1
Sleeping
App
Files
Files
Community
4
Fetching metadata from the HF Docker repository...
mussie1212
commited on
Jun 1, 2024
Commit
be2b8ca
·
verified
·
1 Parent(s):
c3a6ef8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -93,4 +93,4 @@ iface = gr.Interface(
93
)
94
95
if __name__ == "__main__":
96
-
iface.launch()
93
)
94
95
if __name__ == "__main__":
96
+
iface.launch(
show_error=True
)