Spaces:
Runtime error
Runtime error
import pre_reqs | |
import streamlit as st | |
# https://huggingface.co./spaces/KyanChen/ai-photo-gallery | |
st.set_page_config( | |
page_title="AI photo Gallery", | |
page_icon="π", | |
) | |
st.write("# AI Photo Gallery π") | |
st.sidebar.success("Select a demo above.") | |
st.markdown( | |
""" | |
AI Photo Gallery ποΌ | |
""" | |
) |