madhavkotecha commited on
Commit
b4825e9
·
verified ·
1 Parent(s): c8afa7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)