Zerx966 commited on
Commit
c39399d
1 Parent(s): 018ee62

Update GPT

Browse files
Files changed (1) hide show
  1. GPT +5 -0
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()