Spaces:
Running
Running
Update GPT
Browse files
GPT
CHANGED
@@ -31,4 +31,9 @@ gr.Interface(
|
|
31 |
outputs=gr.outputs.Textbox(label="Generated Text"),
|
32 |
title="LLAMA 3 8B Model",
|
33 |
description="Generate text using the LLAMA 3 8B model.",
|
|
|
|
|
|
|
|
|
|
|
34 |
).launch()
|
|
|
31 |
outputs=gr.outputs.Textbox(label="Generated Text"),
|
32 |
title="LLAMA 3 8B Model",
|
33 |
description="Generate text using the LLAMA 3 8B model.",
|
34 |
+
examples=[
|
35 |
+
["Write a poem about the sun"],
|
36 |
+
["Generate a story about a robot"],
|
37 |
+
["Create a song lyrics about love"],
|
38 |
+
],
|
39 |
).launch()
|