Skip to content

Commit

Permalink
streamlit test os
Browse files Browse the repository at this point in the history
  • Loading branch information
manufy committed May 17, 2024
1 parent d5186e7 commit 1171607
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 3-experiments/1-photo-story-teller/photostoryteller.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def text2speech(message):
def main():
st.set_page_config(page_title="Photo Story Teller", page_icon="📸", layout="wide")
st.header("Photo Story Teller")
st.write(HUGGINGFACEHUB_API_TOKEN)
uploaded_file = st.file_uploader("Choose a photo...", type="jpg")
if uploaded_file is not None:
print("uploaded file")
Expand Down

0 comments on commit 1171607

Please sign in to comment.