kevin1kevin1k commited on
Commit
ce24ce0
·
verified ·
1 Parent(s): 902fe56

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. src/app.py +1 -0
src/app.py CHANGED
@@ -20,6 +20,7 @@ st.set_page_config(
20
  def main():
21
  st.title("🎨 WeavePrompt: Multi-Model Prompt Optimization")
22
  st.markdown("""
 
23
  Upload a target image and watch as WeavePrompt optimizes prompts across multiple AI models to find the best result.
24
  """)
25
 
 
20
  def main():
21
  st.title("🎨 WeavePrompt: Multi-Model Prompt Optimization")
22
  st.markdown("""
23
+ ### Your picture is worth a thousand words of prompt. We've prompted, so you don't have to.
24
  Upload a target image and watch as WeavePrompt optimizes prompts across multiple AI models to find the best result.
25
  """)
26