Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,8 @@ demo = gr.Interface(
|
|
44 |
],
|
45 |
outputs=gr.Textbox(label="Generated Output", lines=10),
|
46 |
title="Genstruct-7B Text Generation Demo",
|
47 |
-
description="Enter a title and content to generate text using the Genstruct-7B model."
|
|
|
48 |
)
|
49 |
|
50 |
if __name__ == "__main__":
|
|
|
44 |
],
|
45 |
outputs=gr.Textbox(label="Generated Output", lines=10),
|
46 |
title="Genstruct-7B Text Generation Demo",
|
47 |
+
description="Enter a title and content to generate text using the Genstruct-7B model.",
|
48 |
+
examples=examples
|
49 |
)
|
50 |
|
51 |
if __name__ == "__main__":
|