Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -159,4 +159,4 @@ with gr.Blocks() as demo:
|
|
| 159 |
gr.Button("Unmask").click(unmask_entities, [masked, entity_map], out)
|
| 160 |
|
| 161 |
demo.queue()
|
| 162 |
-
demo.launch()
|
|
|
|
| 159 |
gr.Button("Unmask").click(unmask_entities, [masked, entity_map], out)
|
| 160 |
|
| 161 |
demo.queue()
|
| 162 |
+
demo.launch()
|