ilar06 commited on
Commit
63ed1c8
1 Parent(s): 872270a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -1,10 +1,6 @@
1
  import streamlit as st
2
  import streamlit.components.v1 as components
3
 
4
- from transformers import AutoTokenizer, AutoModel
5
- tokenizer = AutoTokenizer.from_pretrained("team-lucid/trocr-small-korean")
6
- model = AutoModel.from_pretrained("team-lucid/trocr-small-korean")
7
-
8
  st.title("Candy Label Scanner")
9
 
10
  # Embed the HTML file in the Streamlit app
 
1
  import streamlit as st
2
  import streamlit.components.v1 as components
3
 
 
 
 
 
4
  st.title("Candy Label Scanner")
5
 
6
  # Embed the HTML file in the Streamlit app