Spaces:
Runtime error
Runtime error
DinoDelija
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
from transformers import pipeline
|
3 |
|
4 |
-
pipeline = pipeline(task="image-classification", model="
|
5 |
|
6 |
-
st.title("
|
|
|
1 |
import streamlit as st
|
2 |
from transformers import pipeline
|
3 |
|
4 |
+
pipeline = pipeline(task="image-classification", model="DinoDelija/nllb_english_fering")
|
5 |
|
6 |
+
st.title("Translate English To Fering")
|