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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ 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
  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")
 
71
  with gr.Column():
72
  text = gr.Textbox(
73
  label="Input",
74
+ value="Question: What are the rights of person with disability?\nAnswer:", # 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")