joey1101 commited on
Commit
f2ee39a
·
verified ·
1 Parent(s): 4e5f5dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ if uploaded_file is not None:
38
 
39
  #Stage 1:Image to Text
40
  st.text('Processing img2text...')
41
- scenario = img2text(uploaded_file.name)
42
  st.write(scenario)
43
 
44
  #Stage 2: Text to Story
 
38
 
39
  #Stage 1:Image to Text
40
  st.text('Processing img2text...')
41
+ scenario = img2text(uploaded_file)
42
  st.write(scenario)
43
 
44
  #Stage 2: Text to Story