sumitbondd commited on
Commit
2a7fc48
·
verified ·
1 Parent(s): 397ed91
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from utils import query_hf_api
5
 
6
  # Streamlit UI
7
  st.title("🖌️ AI Image Generator")
8
- st.subheader("Generate images from text prompts using Stable Diffusion!")
9
 
10
  # Input prompt
11
  prompt = st.text_input("Enter your image prompt:", "")
 
5
 
6
  # Streamlit UI
7
  st.title("🖌️ AI Image Generator")
8
+ st.subheader("Generate images from text prompts!")
9
 
10
  # Input prompt
11
  prompt = st.text_input("Enter your image prompt:", "")