RinInori commited on
Commit
75ff1ec
1 Parent(s): 5dc3a63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -114,9 +114,9 @@ g = gr.Interface(
114
  fn=evaluate,
115
  inputs=[
116
  gr.components.Textbox(
117
- lines=2, label="Instruction", placeholder="Type your Instruction here"
118
  ),
119
- gr.components.Textbox(lines=2, label="Input", placeholder="none"),
120
  gr.components.Slider(minimum=0, maximum=1, value=0.1, label="Temperature"),
121
  gr.components.Slider(minimum=0, maximum=1, value=0.7, label="Top p"),
122
  gr.components.Slider(minimum=0, maximum=100, step=1, value=40, label="Top k"),
 
114
  fn=evaluate,
115
  inputs=[
116
  gr.components.Textbox(
117
+ lines=2, label="Instruction", placeholder="classify text as one of these six different emotions: anger, fear, joy, love, sadness, or surprise"
118
  ),
119
+ gr.components.Textbox(lines=2, label="Input", placeholder="I am crying"),
120
  gr.components.Slider(minimum=0, maximum=1, value=0.1, label="Temperature"),
121
  gr.components.Slider(minimum=0, maximum=1, value=0.7, label="Top p"),
122
  gr.components.Slider(minimum=0, maximum=100, step=1, value=40, label="Top k"),