Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
['
|
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 |
+
['In order to understand how cyclic variations in turbulence intensities affect cycle-to-cycle variations in combustion, in-cylinder flow fields and turbulence need to be studied more closely.']], title="DocuScope Demo (BERT)",)
|
71 |
iface.launch()
|