Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -248,4 +248,4 @@ interface = gr.Interface(fn = tagger.tagging,
|
|
248 |
title = "Conditional Random Field POS Tagger",
|
249 |
description = "CS626 Assignment 1B (Autumn 2024)",
|
250 |
theme=gr.themes.Soft())
|
251 |
-
interface.launch()
|
|
|
248 |
title = "Conditional Random Field POS Tagger",
|
249 |
description = "CS626 Assignment 1B (Autumn 2024)",
|
250 |
theme=gr.themes.Soft())
|
251 |
+
interface.launch(inline = False, share = True)
|