neha-ai-playground commited on
Commit
e3c115f
·
1 Parent(s): e0bc343

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def text2Speech(story) :
52
 
53
  def main() :
54
  st.header("Turn img into Audio Story")
55
- uploaded_file = st.file.uploader("Choose an image(jpg type)", type="jpg")
56
  if uploaded_file is not None:
57
  print(uploaded_file)
58
  bytes_data = uploaded_file.getvalue()
 
52
 
53
  def main() :
54
  st.header("Turn img into Audio Story")
55
+ uploaded_file = st.file_uploader("Choose an image(jpg type)", type="jpg")
56
  if uploaded_file is not None:
57
  print(uploaded_file)
58
  bytes_data = uploaded_file.getvalue()