Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sindhuhegde
/
gestsync
like
4
Configuration error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
sindhuhegde
commited on
Aug 22, 2024
Commit
f1664aa
·
verified
·
1 Parent(s):
c6e1104
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -905,4 +905,4 @@ if __name__ == "__main__":
905
)
906
907
# Launch the interface
908
-
demo.launch(allowed_paths=["."])
905
)
906
907
# Launch the interface
908
+
demo.launch(allowed_paths=["."]
, show_error=True
)