Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
beaterblank committed Feb 11, 2023
1 parent cca5d48 commit c08af5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python -m eel main.py public --copy-metadata tqdm --copy-metadata numpy --copy-metadata requests --copy-metadata tokenizers --copy-metadata regex --copy-metadata packaging --copy-metadata filelock --add-data "whisper;whisper"
5 changes: 0 additions & 5 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ def reduce_strikethrough_words(strikethrough_words, gap=0.1):
current_end = float(word["end"])
reduced_words.append({"start": current_start, "end": current_end})
return reduced_words





@eel.expose
def getpath():
wildcard="*"
Expand Down

0 comments on commit c08af5c

Please sign in to comment.