Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
iscc
/
iscc-sct
like
2
Running
App
Files
Files
Community
titusz
commited on
Aug 13, 2024
Commit
94a5c09
•
1 Parent(s):
f8e3413
Synced repo using 'sync_with_huggingface' Github Action
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
from iscc_sct.demo import demo
2
+
3
+
if __name__ == "__main__":
4
+
demo.launch()