Kaludi commited on
Commit
3b33566
1 Parent(s): a750cfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def generate(starting_text):
30
  if response_end != "":
31
  return response_end
32
 
33
- st.title("Stable Diffusion Prompt Creator")
34
 
35
  st.markdown("This is a web app for [this](https://huggingface.co/Gustavosta/MagicPrompt-Stable-Diffusion) model trained by Gustavosta for Stable Diffusion to create a Prompt from a few words. You can submit your own text or select from provided examples.")
36
 
 
30
  if response_end != "":
31
  return response_end
32
 
33
+ st.title("Stable Diffusion Prompt Generator")
34
 
35
  st.markdown("This is a web app for [this](https://huggingface.co/Gustavosta/MagicPrompt-Stable-Diffusion) model trained by Gustavosta for Stable Diffusion to create a Prompt from a few words. You can submit your own text or select from provided examples.")
36