naot97 commited on
Commit
27a71a3
·
1 Parent(s): 2188fec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def evaluate(
110
  g = gr.Interface(
111
  fn=evaluate,
112
  inputs= gr.components.Textbox(
113
- lines=2, label="Instruction", placeholder="Tell me about alpacas."
114
  ),
115
  outputs= gr.inputs.Textbox(
116
  lines=5,
 
110
  g = gr.Interface(
111
  fn=evaluate,
112
  inputs= gr.components.Textbox(
113
+ lines=2, label="Instruction", placeholder="Tell me raw text."
114
  ),
115
  outputs= gr.inputs.Textbox(
116
  lines=5,