Keerthi Balaji
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ iface = gr.Interface(
|
|
12 |
fn=generate_prompt,
|
13 |
input="text",
|
14 |
output="text",
|
15 |
-
title="Creative Writing Prompt Generation"
|
16 |
)
|
17 |
|
18 |
iface.launch()
|
|
|
12 |
fn=generate_prompt,
|
13 |
input="text",
|
14 |
output="text",
|
15 |
+
title="Creative Writing Prompt Generation"
|
16 |
)
|
17 |
|
18 |
iface.launch()
|