Spaces:
Sleeping
Sleeping
Changed UI string
Browse files
app.py
CHANGED
@@ -19,4 +19,4 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
|
|
19 |
model_output = predict(model, tokenizer, user_input, device)
|
20 |
|
21 |
# Display the model's output in a text area box
|
22 |
-
st.text_area('
|
|
|
19 |
model_output = predict(model, tokenizer, user_input, device)
|
20 |
|
21 |
# Display the model's output in a text area box
|
22 |
+
st.text_area('Transliteration:', value=str(model_output), max_chars=None, key=None)
|