Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def generate_text(prompt):
|
|
22 |
|
23 |
iface = gr.Interface(
|
24 |
fn=generate_text,
|
25 |
-
inputs=gr.
|
26 |
outputs="text",
|
27 |
title=title,
|
28 |
description=description
|
|
|
22 |
|
23 |
iface = gr.Interface(
|
24 |
fn=generate_text,
|
25 |
+
inputs=gr.Textbox(lines=2, placeholder="Enter your prompt here..."),
|
26 |
outputs="text",
|
27 |
title=title,
|
28 |
description=description
|