Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- 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 |
|