czq commited on
Commit
81d1a46
·
1 Parent(s): cf23a1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def main(question, context):
93
 
94
  with gr.Blocks() as demo:
95
 
96
- gr.Markdown("""# Question Answerer!""")
97
  with gr.Row():
98
  with gr.Column():
99
  # options = gr.inputs.Radio(["vasudevgupta/bigbird-roberta-natural-questions", "vasudevgupta/bigbird-roberta-natural-questions"], label="Model")
 
93
 
94
  with gr.Blocks() as demo:
95
 
96
+ gr.Markdown("""# TimeQA base!""")
97
  with gr.Row():
98
  with gr.Column():
99
  # options = gr.inputs.Radio(["vasudevgupta/bigbird-roberta-natural-questions", "vasudevgupta/bigbird-roberta-natural-questions"], label="Model")