Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
-
title = '
|
4 |
|
5 |
question1T = "What pressures do teens face?"
|
6 |
question2T = "What do teens deal with?"
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
+
title = 'NLP Context QA with Transformers and Roberta Base Squad2'
|
4 |
|
5 |
question1T = "What pressures do teens face?"
|
6 |
question2T = "What do teens deal with?"
|