Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def generate_text(prompt):
|
|
17 |
# Create a Gradio interface with batching enabled
|
18 |
iface = gr.Interface(
|
19 |
fn=generate_text,
|
20 |
-
inputs=gr.
|
21 |
outputs="text",
|
22 |
title="Text Generation with SakanaAI/EvoLLM-JP-v1-7B",
|
23 |
description="Enter a prompt and the model will generate a continuation of the text.",
|
|
|
17 |
# Create a Gradio interface with batching enabled
|
18 |
iface = gr.Interface(
|
19 |
fn=generate_text,
|
20 |
+
inputs=gr.Textbox(lines=2, placeholder="Enter your prompt here..."),
|
21 |
outputs="text",
|
22 |
title="Text Generation with SakanaAI/EvoLLM-JP-v1-7B",
|
23 |
description="Enter a prompt and the model will generate a continuation of the text.",
|