mirror of
https://github.com/modelscope/DiffSynth-Studio.git
synced 2026-03-20 07:18:14 +00:00
5 lines
87 B
Python
5 lines
87 B
Python
import streamlit as st
|
|
st.set_page_config(layout="wide")
|
|
|
|
st.markdown("# Coming soon")
|