Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,8 @@ gui = gr.Interface(title=title,
|
|
| 63 |
fn=ner,
|
| 64 |
inputs=[input1, input2],
|
| 65 |
outputs=[output],
|
| 66 |
-
examples=examples
|
|
|
|
| 67 |
|
| 68 |
#display the interface
|
| 69 |
gui.launch()
|
|
|
|
| 63 |
fn=ner,
|
| 64 |
inputs=[input1, input2],
|
| 65 |
outputs=[output],
|
| 66 |
+
examples=examples,
|
| 67 |
+
api_mode=True)
|
| 68 |
|
| 69 |
#display the interface
|
| 70 |
gui.launch()
|