armandstrickernlp commited on
Commit
1a42a3d
·
1 Parent(s): d506c2a

remove examples

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -19,7 +19,6 @@ import gradio as gr
19
  iface = gr.Interface(fn=generate_response,
20
  inputs="text",
21
  outputs="text",
22
- examples="<|context|> <|user|> I'm super hungry ! I want to go to the restaurant.<|endofcontext|>",
23
  title="gpt2-TOD",
24
  description="Passing in a task-oriented dialogue context generates a belief state, actions to take and a response based on those actions",
25
  )
 
19
  iface = gr.Interface(fn=generate_response,
20
  inputs="text",
21
  outputs="text",
 
22
  title="gpt2-TOD",
23
  description="Passing in a task-oriented dialogue context generates a belief state, actions to take and a response based on those actions",
24
  )