Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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__":
|