Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def predict(text, model, tokenizer, n_beams=5, temperature=2.5, top_p=0.8, max_l
|
|
33 |
model, tokenizer = get_model('sberbank-ai/rugpt3medium_based_on_gpt2', 'korzh-medium_30epochs_1bs.bin')
|
34 |
|
35 |
st.title("NeuroKorzh")
|
36 |
-
st.markdown("<img width=400px src='https://
|
37 |
unsafe_allow_html=True)
|
38 |
|
39 |
st.markdown("\n")
|
|
|
33 |
model, tokenizer = get_model('sberbank-ai/rugpt3medium_based_on_gpt2', 'korzh-medium_30epochs_1bs.bin')
|
34 |
|
35 |
st.title("NeuroKorzh")
|
36 |
+
st.markdown("<img width=400px src='https://the-flow.ru/uploads/images/resize/830x0/adaptiveResize/05/06/06/42/25/8c7405840cd7.jpg'>",
|
37 |
unsafe_allow_html=True)
|
38 |
|
39 |
st.markdown("\n")
|