Locutusque commited on
Commit
69d03e4
1 Parent(s): 275b64b

Update app.py

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