tamatwi commited on
Commit
a4d2db2
·
verified ·
1 Parent(s): c74d313

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.inputs.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.",
 
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.",