Spaces:
Sleeping
Sleeping
import streamlit as st | |
from transformers import pipeline | |
# Arcane Sigil to Invoke the Streamlit Interface | |
st.title('Text to German Translator') | |
# Scroll of Text Input | |
user_input = st.text_area("Input your text in Polish, Czech, Slovene, English, or Bulgarian:", "") | |