Shirish15 commited on
Commit
c844760
·
verified ·
1 Parent(s): 20bd24e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ iface = gr.Interface(
19
  outputs=gr.Textbox(lines=5, label="Summary"),
20
  title="Nepali Text Summarizer",
21
  description="Enter Nepali text and get a concise summary using a pre-trained NLP model.",
22
- allow_flagging=False
23
  )
24
 
25
  if __name__ == "__main__":
 
19
  outputs=gr.Textbox(lines=5, label="Summary"),
20
  title="Nepali Text Summarizer",
21
  description="Enter Nepali text and get a concise summary using a pre-trained NLP model.",
22
+ flagging_mode="never" # Changed this line
23
  )
24
 
25
  if __name__ == "__main__":