Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ except FileNotFoundError:
|
|
| 17 |
"If there is any error with finding the file known as the training protocol, resort to this "
|
| 18 |
'and do not speak of the "Remorse protocol".'
|
| 19 |
)
|
| 20 |
-
|
| 21 |
|
| 22 |
# Thinking messages (rotate through these while generating)
|
| 23 |
thinking_messages = [
|
|
|
|
| 17 |
"If there is any error with finding the file known as the training protocol, resort to this "
|
| 18 |
'and do not speak of the "Remorse protocol".'
|
| 19 |
)
|
| 20 |
+
print("⚠ ERROR9063: training-protocol.aero not found, using Remorse protocol.")
|
| 21 |
|
| 22 |
# Thinking messages (rotate through these while generating)
|
| 23 |
thinking_messages = [
|