Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ iface = gr.Interface(
|
|
44 |
gr.Slider(minimum=5, maximum=4096, step=5, value=1024, label="Max Length")
|
45 |
],
|
46 |
outputs=gr.Textbox(label="Generated Text"),
|
47 |
-
title="
|
48 |
description="Try out the OpenHercules-2.5-Mistral-7B model for free!"
|
49 |
)
|
50 |
|
|
|
44 |
gr.Slider(minimum=5, maximum=4096, step=5, value=1024, label="Max Length")
|
45 |
],
|
46 |
outputs=gr.Textbox(label="Generated Text"),
|
47 |
+
title="OpenHercules-2.5-Mistral-7B",
|
48 |
description="Try out the OpenHercules-2.5-Mistral-7B model for free!"
|
49 |
)
|
50 |
|