lifeofcoding commited on
Commit
2bb0221
1 Parent(s): f738540
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ g = gr.Interface(
121
  fn=evaluate,
122
  inputs=[
123
  gr.components.Textbox(
124
- lines=2, label="Instruction", placeholder="Tell me about alpacas."
125
  ),
126
  gr.components.Textbox(lines=2, label="Input", placeholder="none"),
127
  gr.components.Slider(minimum=0, maximum=1, value=0.1, label="Temperature"),
 
121
  fn=evaluate,
122
  inputs=[
123
  gr.components.Textbox(
124
+ lines=2, label="Instruction", placeholder="Detect the sentiment of this movie review."
125
  ),
126
  gr.components.Textbox(lines=2, label="Input", placeholder="none"),
127
  gr.components.Slider(minimum=0, maximum=1, value=0.1, label="Temperature"),