Update app.py
Browse files
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
|
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
|