yangheng commited on
Commit
995e059
·
1 Parent(s): e098ae7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def perform_inference(text, dataset):
47
  'position': result[0]['position']
48
  })
49
 
50
- return result, '{}'.format(dataset, text)
51
 
52
 
53
  demo = gr.Blocks()
 
47
  'position': result[0]['position']
48
  })
49
 
50
+ return result, '{}'.format(text)
51
 
52
 
53
  demo = gr.Blocks()