mwitiderrick commited on
Commit
0a4357b
1 Parent(s): cc36fd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks() as demo:
62
 
63
  sparse_answers = gr.Textbox(label="Sparse model answers")
64
  sparse_duration = gr.Number(label="Sparse Latency (ms):")
65
- gr.Examples([["Who are you voting for in 2020?"],["Public health is very important"]],inputs=[text],)
66
 
67
  btn.click(
68
  run_pipeline,
 
62
 
63
  sparse_answers = gr.Textbox(label="Sparse model answers")
64
  sparse_duration = gr.Number(label="Sparse Latency (ms):")
65
+ gr.Examples([["The senate passed 3 laws today"],["Who are you voting for in 2020?"],["Public health is very important"]],inputs=[text],)
66
 
67
  btn.click(
68
  run_pipeline,