improved UI, added rest of the availables languages (I think) bd4268c mjuvilla commited on Dec 11, 2025
wip, fixed (hopefully) issue with the download button by lowering the gradio version (hopefully they will fix it at some point) 56fd30f mjuvilla commited on Dec 1, 2025
updated gradio app to support two different models of translator (with and without fastalign), refactored a bit of the code as well d93743a mjuvilla commited on Nov 27, 2025
re-organised the code a bit, tried to use batch processing, didn't work 0078c2b mjuvilla commited on Nov 11, 2025
Working version using the non-quantized version of the model. Splits paragraphs and sentences, translates them and then reconstructs the paragraph. 4ad157a mjuvilla commited on Nov 11, 2025
remove fastalign from main.py since we are using the salamandraTA model that already aligns the tags fd86a6e mjuvilla commited on Oct 31, 2025
created classes for running the translation models either from a local model or a huggingface endpoint. for now main.py only supports local models 74b84b5 mjuvilla commited on Oct 31, 2025
this folder does not exist anymore, we need to download it at build time c1296cd mjuvilla commited on Oct 28, 2025
modified dockerfile and added script to setup environment, library building and asset downloading so when can run this script not only on docker edccbc0 mjuvilla commited on Oct 28, 2025
added textbox to use user token, remove text translation for now 4d7786c mjuvilla commited on Jul 2, 2025