RinInori commited on
Commit
158e465
1 Parent(s): 77a2725

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ iface = gr.Interface(
50
  fn=generate_text,
51
  inputs="text",
52
  outputs="text",
53
- title="Chatbot",
54
  description="This vicuna app is using this model: https://huggingface.co/RinInori/vicuna_finetuned_6_sentiments"
55
  )
56
  iface.launch()
 
50
  fn=generate_text,
51
  inputs="text",
52
  outputs="text",
53
+ title="Vicuna Chatbot",
54
  description="This vicuna app is using this model: https://huggingface.co/RinInori/vicuna_finetuned_6_sentiments"
55
  )
56
  iface.launch()