Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,4 +42,4 @@ demo = gr.Interface(fn=ner,
|
|
| 42 |
allow_flagging="never",
|
| 43 |
examples=["My name is Fawad, I'm building Named Entity Recognizer App and I live in Karachi, Pakistan", "Paul is my friend and he is new in Islamabad"])
|
| 44 |
|
| 45 |
-
demo.launch(
|
|
|
|
| 42 |
allow_flagging="never",
|
| 43 |
examples=["My name is Fawad, I'm building Named Entity Recognizer App and I live in Karachi, Pakistan", "Paul is my friend and he is new in Islamabad"])
|
| 44 |
|
| 45 |
+
demo.launch()
|