Spaces:
Running
Running
prithivMLmods
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def extend_prompt(prompt):
|
|
9 |
|
10 |
|
11 |
iface = gr.Interface(
|
12 |
-
description = "
|
13 |
fn=extend_prompt,
|
14 |
inputs=gr.Text(label="Type the prompt here"),
|
15 |
outputs=gr.TextArea(label='Extended prompt'),
|
|
|
9 |
|
10 |
|
11 |
iface = gr.Interface(
|
12 |
+
description = " ",
|
13 |
fn=extend_prompt,
|
14 |
inputs=gr.Text(label="Type the prompt here"),
|
15 |
outputs=gr.TextArea(label='Extended prompt'),
|