Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,6 @@ demo = gr.Interface(
|
|
57 |
],
|
58 |
outputs=gr.Textbox(label="Generated Output", lines=10),
|
59 |
title="Genstruct-7B Text Generation Demo",
|
60 |
-
description="Enter a title and content to generate text using the Genstruct-7B model.",
|
61 |
examples=examples,
|
62 |
description=description,
|
63 |
)
|
|
|
57 |
],
|
58 |
outputs=gr.Textbox(label="Generated Output", lines=10),
|
59 |
title="Genstruct-7B Text Generation Demo",
|
|
|
60 |
examples=examples,
|
61 |
description=description,
|
62 |
)
|