Rajagopal commited on
Commit
ac82586
·
1 Parent(s): a435056

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -71,9 +71,10 @@ if __name__ == "__main__":
71
  with gr.Column():
72
  text = gr.Textbox(
73
  label="Input",
74
- value=" ", # should be set to " " when plugged into a real API
 
75
  )
76
- tokens = gr.Slider(1, 64, value=32, step=1, label="Tokens to generate")
77
 
78
 
79
  with gr.Row():
 
71
  with gr.Column():
72
  text = gr.Textbox(
73
  label="Input",
74
+ value=" ", # should be set to " " when plugged into a real API,
75
+ placeholder="Question: What are the rights of person with disability?\nAnswer:"
76
  )
77
+ tokens = gr.Slider(1, 64, value=60, step=1, label="Tokens to generate")
78
 
79
 
80
  with gr.Row():