deepapaikar commited on
Commit
c612cee
·
verified ·
1 Parent(s): 1a4cca4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -31,8 +31,8 @@ iface = gr.Interface(
31
  fn=generate_text,
32
  inputs=gr.Textbox(lines=5, label="Enter your text here:"),
33
  outputs=gr.Textbox(lines=5, label="Generated Text:"),
34
- title="LlamaKatz-3x8B Text Generation",
35
- description="Enter some text and this app will generate more text based on it using the LlamaKatz-3x8B model."
36
  )
37
 
38
  if __name__ == "__main__":
 
31
  fn=generate_text,
32
  inputs=gr.Textbox(lines=5, label="Enter your text here:"),
33
  outputs=gr.Textbox(lines=5, label="Generated Text:"),
34
+ title="KatzLLaMA",
35
+ description="Enter some text and this app will generate more text based on it using the KatzLLaMA."
36
  )
37
 
38
  if __name__ == "__main__":