RinInori commited on
Commit
3524100
·
1 Parent(s): 99f0f53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,6 +54,6 @@ iface = gr.Interface(
54
  inputs="text",
55
  outputs="text",
56
  title="Chatbot",
57
- description="This app is using this model: https://huggingface.co/TheBloke/stable-vicuna-13B-HF"
58
  )
59
  iface.launch()
 
54
  inputs="text",
55
  outputs="text",
56
  title="Chatbot",
57
+ description="This vicuna app is using this model: https://huggingface.co/TheBloke/stable-vicuna-13B-HF"
58
  )
59
  iface.launch()