Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -169,7 +169,6 @@ demo = gr.Interface(
|
|
| 169 |
outputs=gr.Textbox(label="Generated Questions"),
|
| 170 |
title="Paragraph to Questions Generator",
|
| 171 |
description="Enter a paragraph and the model will generate relevant questions based on the content.",
|
| 172 |
-
]
|
| 173 |
)
|
| 174 |
|
| 175 |
# For use as a module in other Hugging Face applications
|
|
|
|
| 169 |
outputs=gr.Textbox(label="Generated Questions"),
|
| 170 |
title="Paragraph to Questions Generator",
|
| 171 |
description="Enter a paragraph and the model will generate relevant questions based on the content.",
|
|
|
|
| 172 |
)
|
| 173 |
|
| 174 |
# For use as a module in other Hugging Face applications
|