Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -169,7 +169,11 @@ with gr.Blocks(analytics_enabled=False, css=custom_css) as demo:
|
|
| 169 |
with gr.Row():
|
| 170 |
with gr.Column():
|
| 171 |
gr.Markdown(
|
| 172 |
-
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
| 173 |
### Usage recommendations
|
| 174 |
|
| 175 |
We recommend testing the chat model for open-ended writing tasks, tips, translations, etc...
|
|
|
|
| 169 |
with gr.Row():
|
| 170 |
with gr.Column():
|
| 171 |
gr.Markdown(
|
| 172 |
+
"""
|
| 173 |
+
|
| 174 |
+
## For sobriety purposes, the inference endpoint pauses after 15 minutes of inactivity. If an error appears, retry in 5 minutes once it is back up !
|
| 175 |
+
|
| 176 |
+
|
| 177 |
### Usage recommendations
|
| 178 |
|
| 179 |
We recommend testing the chat model for open-ended writing tasks, tips, translations, etc...
|