Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
title = 'Easy QA with Roberta'
|
4 |
-
#context = "There is a game called Tic Tac Toe where players take turns writing an X or O into a 3x3 grid. The object of the game is to get three Xs or three Os in a row to win."
|
5 |
|
6 |
question1T = "What pressures do teens face?"
|
7 |
question2T = "What do teens deal with?"
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
title = 'Easy QA with Roberta'
|
|
|
4 |
|
5 |
question1T = "What pressures do teens face?"
|
6 |
question2T = "What do teens deal with?"
|