Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,4 +31,4 @@ demo = gr.Interface(fn=ner,
|
|
31 |
"Batman is a great character.",
|
32 |
"Murphy was the first cast member to sign the film."])
|
33 |
|
34 |
-
demo.launch(
|
|
|
31 |
"Batman is a great character.",
|
32 |
"Murphy was the first cast member to sign the film."])
|
33 |
|
34 |
+
demo.launch()
|