dumb-dev commited on
Commit
170a1ae
1 Parent(s): 7746e42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ interface = gr.Interface(
36
  ],
37
  outputs="text",
38
  title="TinyLlama-1.1B Chat",
39
- description="Generate text using TinyLlama-1.1B-Chat model with adjustable parameters."
40
  )
41
 
42
  if __name__ == "__main__":
 
36
  ],
37
  outputs="text",
38
  title="TinyLlama-1.1B Chat",
39
+ description="Generate stuff using my finetuned version of the TinyLlama-1.1B-Chat model with adjustable parameters."
40
  )
41
 
42
  if __name__ == "__main__":