Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
title = 'Question Answering demo with transformers and gradio'
|
4 |
-
context = "The Amazon rainforest (Portuguese: Floresta Amaz么nica or
|
5 |
question = "Which name is also used to describe the Amazon rainforest in English?"
|
6 |
|
7 |
from datasets import load_dataset
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
title = 'Question Answering demo with transformers and gradio'
|
4 |
+
context = "The Amazon rainforest (Portuguese: Floresta Amaz么nica or Amterritory belof the forest is contained within Brazil, with 60% of the rainforest, followed by Peru with 13%, Colombia with 10%, and wituador, Bolivia, Guyana, Suriname, and French Guiana. States or departments in four nations contain 'Amazonas' in their the planet's remaining rainforests, and comprises the largest and most biodiverse tract of tropical rainforest in the world, with an estimated 390 billion individual trees divided into 16,000 species."
|
5 |
question = "Which name is also used to describe the Amazon rainforest in English?"
|
6 |
|
7 |
from datasets import load_dataset
|