Spaces:
Runtime error
Runtime error
| from __future__ import annotations | |
| import torch | |
| class Renderer: | |
| def __init__(self): | |
| pass | |
| def forward(self): | |
| pass | |
| from __future__ import annotations | |
| import torch | |
| class Renderer: | |
| def __init__(self): | |
| pass | |
| def forward(self): | |
| pass | |