Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,8 +33,8 @@ iface = gr.Interface(
|
|
33 |
fn=process_input,
|
34 |
inputs="text",
|
35 |
outputs="text",
|
36 |
-
title="Text
|
37 |
-
description="
|
38 |
)
|
39 |
|
40 |
# Launch the app
|
|
|
33 |
fn=process_input,
|
34 |
inputs="text",
|
35 |
outputs="text",
|
36 |
+
title="Text-to-image prompt generator",
|
37 |
+
description="Start writing your prompt and the the app will give you useful suggestions to fill and suggest different ways to write your prompt"
|
38 |
)
|
39 |
|
40 |
# Launch the app
|