Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Oct 5, 2024
1 parent 9ff75e3 commit 773ee38
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .streamlit/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ primaryColor="#F63366"
backgroundColor="#FFFFFF"
secondaryBackgroundColor="#F0F2F6"
textColor="#262730"
font="Ubuntu"
font="sans serif"
[server]
maxUploadSize=1028
3 changes: 0 additions & 3 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
from languages import LANGUAGES
import torch
from zipfile import ZipFile
from io import BytesIO
import base64
import pathlib
import re
Expand All @@ -27,8 +26,6 @@
loaded_model = whisper.load_model("small", device=DEVICE)
current_size = "None"



# Define a function that we can use to load lottie files from a link.
def load_lottieurl(url: str):
r = requests.get(url)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ffmpeg==1.4
ffmpeg_python==0.2.0
numpy==1.23.3
pytubefix==6.13.0
pytubefix==7.2.2
requests==2.32.3
streamlit==1.37.1
streamlit_lottie==0.0.3
Expand Down

0 comments on commit 773ee38

Please sign in to comment.