browndw commited on
Commit
d7c7e5d
·
1 Parent(s): 64eb894

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,5 +67,5 @@ def greet(name):
67
  return "Hello " + name + "!!"
68
 
69
  iface = gr.Interface(fn=get_entities, inputs="text", outputs=['highlight'], examples=[['Jaws is a splendidly shrewd cinematic equation which not only gives you one or two very nasty turns when you least expect them but, possibly more important, knows when to make you think another is coming without actually providing it.'],
70
- ['This report analyzes studies using various methods used to quantify cyclic flow variations, such as POD, Gaussian filtration, and filtration following FFT.']], title="DocuScope Demo (BERT)",)
71
  iface.launch()
 
67
  return "Hello " + name + "!!"
68
 
69
  iface = gr.Interface(fn=get_entities, inputs="text", outputs=['highlight'], examples=[['Jaws is a splendidly shrewd cinematic equation which not only gives you one or two very nasty turns when you least expect them but, possibly more important, knows when to make you think another is coming without actually providing it.'],
70
+ ['Flow velocities from three different points within the cylinder, from the compression stroke of the six computed cycles, were compared on graphs.']], title="DocuScope Demo (BERT)",)
71
  iface.launch()