cheesyFishes commited on
Commit
1cf2991
β€’
1 Parent(s): 9656332

update count

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from prompt_assistant import Text2ImagePromptAssistant
3
 
4
  st.title('LlamaIndex Text2ImagePromptAssistant')
5
 
6
- st.markdown('This is a tool for HF agents, that assists with writing text-to-image prompts with the power of [LlamaIndex](https://gpt-index.readthedocs.io/en/latest/index.html). By indexing 50K random prompts from [DiffusionDB](https://huggingface.co/datasets/poloclub/diffusiondb), LlamaIndex is able to suggest text-to-image prompts that will hopefully lead to more beautiful results. With a HF Agent, the agent will call the prompt assistant tool before generating an image from text.')
7
 
8
  st.markdown('Example usage is below:')
9
 
 
3
 
4
  st.title('LlamaIndex Text2ImagePromptAssistant')
5
 
6
+ st.markdown('This is a tool for HF agents, that assists with writing text-to-image prompts with the power of [LlamaIndex](https://gpt-index.readthedocs.io/en/latest/index.html). By indexing 10K random prompts from [DiffusionDB](https://huggingface.co/datasets/poloclub/diffusiondb), LlamaIndex is able to suggest text-to-image prompts that will hopefully lead to more beautiful results. With a HF Agent, the agent will call the prompt assistant tool before generating an image from text.')
7
 
8
  st.markdown('Example usage is below:')
9