Spaces:
Runtime error
Runtime error
fixed issue 0001
Browse files
app.py
CHANGED
@@ -34,8 +34,6 @@ def concat_predictions(predictions):
|
|
34 |
return concatenated_predictions
|
35 |
|
36 |
|
37 |
-
mport gradio as gr
|
38 |
-
|
39 |
title = 'Extended Name Entity Recognition'
|
40 |
|
41 |
examples = [
|
|
|
34 |
return concatenated_predictions
|
35 |
|
36 |
|
|
|
|
|
37 |
title = 'Extended Name Entity Recognition'
|
38 |
|
39 |
examples = [
|