mwitiderrick commited on
Commit
cc36fd2
1 Parent(s): 9b61462

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -60,9 +60,6 @@ with gr.Blocks() as demo:
60
  text = gr.Text(label="Text")
61
  btn = gr.Button("Submit")
62
 
63
- dense_answers = gr.Textbox(label="Dense model answer")
64
- dense_duration = gr.Number(label="Dense Latency (ms):")
65
-
66
  sparse_answers = gr.Textbox(label="Sparse model answers")
67
  sparse_duration = gr.Number(label="Sparse Latency (ms):")
68
  gr.Examples([["Who are you voting for in 2020?"],["Public health is very important"]],inputs=[text],)
 
60
  text = gr.Text(label="Text")
61
  btn = gr.Button("Submit")
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],)