CoolFace
Apppublic

ankitkr1499/Image_To_Sketch_With_Content_Based_Feature_Extraction

sourceHugging Faceupdated 1y agoView on Hugging Face
3likes
app.py8 linesDownload Raw Back to root
1import streamlit as st2import os3 4# Redirect to Home Page (home.py)5st.set_page_config(page_title="Sketch ↔ Image Translation", layout="wide")6 7st.switch_page("pages/1_Home.py")  # This assumes your home.py is saved as 1_Home.py in /pages/8