Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
27 |
-
description="
|
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 |
|