whoispanashe commited on
Commit
0d31d60
1 Parent(s): 0d26f03

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def generate_response(input_text):
27
  # Create a Gradio interface
28
  iface = gr.Interface(
29
  fn=generate_response,
30
- inputs=gr.inputs.Textbox(lines=2, placeholder="Enter your text here..."),
31
  outputs="text",
32
  title="LLaMA-2-7B Guanaco Dolly Mini Model",
33
  description="Generate responses using the LLaMA-2-7B Guanaco Dolly Mini model from Hugging Face."
 
27
  # Create a Gradio interface
28
  iface = gr.Interface(
29
  fn=generate_response,
30
+ inputs=gr.Textbox(lines=2, placeholder="Enter your text here..."),
31
  outputs="text",
32
  title="LLaMA-2-7B Guanaco Dolly Mini Model",
33
  description="Generate responses using the LLaMA-2-7B Guanaco Dolly Mini model from Hugging Face."