djrana commited on
Commit
cdd960c
1 Parent(s): 03a8354

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,8 +23,8 @@ iface = gr.Interface(
23
  # output is a text box with copy button
24
  outputs=gr.Textbox(label="Output", show_copy_button=True),
25
 
26
- title="GPT-2 650k Stable Diffusion Prompt Generator",
27
- description="GPT-2 650k Stable Diffusion Prompt Generator",
28
  api_name="predict"
29
  )
30
 
 
23
  # output is a text box with copy button
24
  outputs=gr.Textbox(label="Output", show_copy_button=True),
25
 
26
+ title="AI Art Prompt Generator",
27
+ description="Art Prompt Generator is a user-friendly interface designed to optimize input for AI Art Generator or Creator. For faster generation speeds, it's recommended to load the model locally with GPUs, as the online demo at Hugging Face Spaces utilizes CPU, resulting in slower processing times.",
28
  api_name="predict"
29
  )
30