Spaces:
Running
Running
| from __future__ import annotations | |
| class GenerationError(RuntimeError): | |
| """Base exception raised when a generation backend fails.""" | |
| from __future__ import annotations | |
| class GenerationError(RuntimeError): | |
| """Base exception raised when a generation backend fails.""" | |