Spaces:
Runtime error
Runtime error
feat(demo): high load
Browse files- app/streamlit/app.py +1 -1
app/streamlit/app.py
CHANGED
@@ -78,7 +78,7 @@ if prompt != "":
|
|
78 |
</div>
|
79 |
</div>
|
80 |
</div>
|
81 |
-
<small><i>Predictions may take up to
|
82 |
""",
|
83 |
unsafe_allow_html=True,
|
84 |
)
|
|
|
78 |
</div>
|
79 |
</div>
|
80 |
</div>
|
81 |
+
<small><i>Predictions may take up to 5mn under high load. Please stand by.</i></small>
|
82 |
""",
|
83 |
unsafe_allow_html=True,
|
84 |
)
|