Skip to content

Commit

Permalink
feat: add main application file to launch demo and update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Aug 13, 2024
1 parent 1103db6 commit 992686c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ colorFrom: red
colorTo: blue
sdk: gradio
sdk_version: 4.41.0
app_file: iscc_sct/demo.py
pinned: true
license: CC-BY-NC-SA-4.0
short_description: Cross Lingual Similarity Preserving Text Simprints
Expand Down
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from iscc_sct.demo import demo

if __name__ == "__main__":
demo.launch()

0 comments on commit 992686c

Please sign in to comment.