Locutusque commited on
Commit
e361677
1 Parent(s): 17f1f96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ iface = gr.Interface(
43
  ],
44
  outputs=gr.Textbox(label="Generated Text"),
45
  title="ChatHercules-2.5-Mistral-7B",
46
- description="Try out the ChatHercules-2.5-Mistral-7B model for free! This is a preview version, and the model will be released soon"
47
  )
48
 
49
  iface.launch()
 
43
  ],
44
  outputs=gr.Textbox(label="Generated Text"),
45
  title="ChatHercules-2.5-Mistral-7B",
46
+ description="Try out the ChatHercules-2.5-Mistral-7B model for free!"
47
  )
48
 
49
  iface.launch()