DinoDelija commited on
Commit
5b49f06
·
verified ·
1 Parent(s): 6c87e6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="julien-c/hotdog-not-hotdog")
5
 
6
- st.title("Hot Dog? Or Not?")
 
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")