Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
FREDERICO23 committed Feb 6, 2024
1 parent 8a344e7 commit 8b30cf2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions translator/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,26 @@
# target_language_code = data.get('target_language_code', '')

# inputs = tokenizer(text, return_tensors="pt")



# attrs==21.2.0
# Automat==20.2.0
# Babel==2.8.0
# bcrypt==3.2.0
# blinker==1.7.0
# certifi==2020.6.20
# chardet==4.0.0
# click==8.1.7
# cloud-init==23.3.3
# colorama==0.4.4
# command-not-found==0.3
# configobj==5.0.6
# constantly==15.1.0
# cryptography==3.4.8
# dbus-python==1.2.18
# distlib==0.3.8
# distro==1.7.0
# distro-info==1.1+ubuntu0.2
# filelock==3.13.1
# Flask==3.0.1
2 changes: 1 addition & 1 deletion translator/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<div class="banner">
<div class="text">
<div class="text-inner">
<h1><a href="/landing" class="title">Linguify Pro</a ></h1>
<h1><a href="#" class="title">Linguify Pro</a ></h1>
<p>
Linguify Pro mission is to understand every voice Translating speech
to text and viceversa to assist healthworkers from every corner of
Expand Down

0 comments on commit 8b30cf2

Please sign in to comment.