Spaces:
Running
Running
Pedro Cuenca
commited on
Commit
•
813a400
1
Parent(s):
c9959cb
Fix typo again.
Browse files- app/app.py +1 -1
app/app.py
CHANGED
@@ -58,7 +58,7 @@ if prompt != "" or (should_run_again() and prompt != ""):
|
|
58 |
</div>
|
59 |
</div>
|
60 |
</div>
|
61 |
-
<small><i>Predictions may take up to 40s under high load. Please
|
62 |
""", unsafe_allow_html=True)
|
63 |
|
64 |
try:
|
|
|
58 |
</div>
|
59 |
</div>
|
60 |
</div>
|
61 |
+
<small><i>Predictions may take up to 40s under high load. Please stand by.</i></small>
|
62 |
""", unsafe_allow_html=True)
|
63 |
|
64 |
try:
|