Spaces:
Build error
Build error
Anshoo Mehra
commited on
Commit
•
8f75680
1
Parent(s):
46b59f3
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def predict(query, context):
|
|
65 |
return cust_answer, cust_answer_sentence, cust_answer_span, cust_confidence, cust_answer_2, cust_answer_sentence_2, cust_answer_span_2
|
66 |
|
67 |
with gr.Blocks() as demo:
|
68 |
-
gr.Markdown(value="# Question Answering
|
69 |
|
70 |
with gr.Accordion(variant='compact', label='Input Values'):
|
71 |
with gr.Row(variant='compact'):
|
|
|
65 |
return cust_answer, cust_answer_sentence, cust_answer_span, cust_confidence, cust_answer_2, cust_answer_sentence_2, cust_answer_span_2
|
66 |
|
67 |
with gr.Blocks() as demo:
|
68 |
+
gr.Markdown(value="# Question Answering Encoders vs Generative")
|
69 |
|
70 |
with gr.Accordion(variant='compact', label='Input Values'):
|
71 |
with gr.Row(variant='compact'):
|