rajkumarrrk commited on
Commit
3a77309
1 Parent(s): 760c424

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def judge_reliability(document: str, conversation: str):
42
  demo = gr.Interface(
43
  fn=judge_reliability,
44
  inputs=[
45
- gr.Textbox(label="Document", lines=5, value="CV was born in Iowa"),
46
  gr.Textbox(label="Conversation", lines=5, value='[{"role": "user", "content": "Where are you born?"}, {"role": "assistant", "content": "I am born in Iowa"}]')
47
  ],
48
  outputs=gr.Textbox(label="Results"),
 
42
  demo = gr.Interface(
43
  fn=judge_reliability,
44
  inputs=[
45
+ gr.Textbox(label="Document", lines=5, value="Chris Voss, was born in Iowa, USA. He is the best negotiator in the world."),
46
  gr.Textbox(label="Conversation", lines=5, value='[{"role": "user", "content": "Where are you born?"}, {"role": "assistant", "content": "I am born in Iowa"}]')
47
  ],
48
  outputs=gr.Textbox(label="Results"),