diff --git a/README.md b/README.md index 8f9dd6717..90ebc58e0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# [**TL/DW: Too Long, Didnt Watch - Download, Transcribe & Summarize Videos. All automated. (Public Demo)**](https://huggingface.co/spaces/oceansweep/Vid-Summarizer) +# **TL/DW: Too Long, Didnt Watch** +## Download, Transcribe & Summarize Videos. All automated +## [Public Demo](https://huggingface.co/spaces/oceansweep/Vid-Summarizer) ![License](https://img.shields.io/badge/license-apache2.0-green) diff --git a/summarize.py b/summarize.py index d421e81b7..ac0d3a3c0 100644 --- a/summarize.py +++ b/summarize.py @@ -62,6 +62,15 @@ # ### +####################### +# Random issues I've encountered and how I solved them: +# 1. Something about cuda nn library missing, even though cuda is installed... +# https://github.com/tensorflow/tensorflow/issues/54784 - Basically, installing zlib made it go away. idk. +# +# +# +# +# ####################### # Config loading