Spaces:
Sleeping
Sleeping
Update code
Browse files
app.py
CHANGED
@@ -30,7 +30,8 @@ gradio_intreface = gradio.Interface(
|
|
30 |
["Groens malmgård är en av Stockholms malmgårdar, belägen vid Malmgårdsvägen 53 på Södermalm i Stockholm."]
|
31 |
],
|
32 |
title="Entity Recognition",
|
33 |
-
description="Something text"
|
|
|
34 |
)
|
35 |
|
36 |
-
gradio_intreface.launch()
|
|
|
30 |
["Groens malmgård är en av Stockholms malmgårdar, belägen vid Malmgårdsvägen 53 på Södermalm i Stockholm."]
|
31 |
],
|
32 |
title="Entity Recognition",
|
33 |
+
description="Something text",
|
34 |
+
port=8888
|
35 |
)
|
36 |
|
37 |
+
gradio_intreface.launch(share=True)
|