Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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()
|