Spaces:
Running on Zero
Running on Zero
Jacob Moore
Initial simplified TranslationUI: plain-text upload/download, single Buddhist translation prompt, Gemini or local CPU model
88a619b | """CSS for SimpleTranslationUI. No video/audio player, so this is much | |
| smaller than the original TranslationUI's styles.py.""" | |
| CSS = """ | |
| .tgt-box textarea { | |
| transition: border-color 0.2s; | |
| } | |
| """ | |