dmariko commited on
Commit
8a360b3
1 Parent(s): a31490f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -70,10 +70,10 @@ output_text = gr.outputs.Textbox()
70
 
71
  if __name__ == '__main__':
72
 
73
- text = ['Group profit | valIs | € 115.7 million && € 115.7 million | dTime | in 2019',
74
- 'Net income | valIs | $48 million && $48 million | diGeo | in France && Net income | jPose | the interest rate && the interest rate | valIs | 0.6%',
75
- 'The retirement age | incBy | 7 years && 7 years | cTime | 2018 && The retirement age | jpose | life expectancy && life expectancy | incBy | 10 years',
76
- 'sales | incBy | € 115.7 million && € 115.7 million | dTime | in 2019 && € 115.7 million | diGeo | Europe']
77
 
78
  model_name_list = [
79
 
 
70
 
71
  if __name__ == '__main__':
72
 
73
+ text = [['Group profit | valIs | € 115.7 million && € 115.7 million | dTime | in 2019'],
74
+ ['Net income | valIs | $48 million && $48 million | diGeo | in France && Net income | jPose | the interest rate && the interest rate | valIs | 0.6%'],
75
+ ['The retirement age | incBy | 7 years && 7 years | cTime | 2018 && The retirement age | jpose | life expectancy && life expectancy | incBy | 10 years'],
76
+ ['sales | incBy | € 115.7 million && € 115.7 million | dTime | in 2019 && € 115.7 million | diGeo | Europe']]
77
 
78
  model_name_list = [
79