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