iscc-sct / app.py
titusz's picture
Synced repo using 'sync_with_huggingface' Github Action
94a5c09 verified
raw
history blame contribute delete
77 Bytes
from iscc_sct.demo import demo
if __name__ == "__main__":
demo.launch()