Spaces:
Sleeping
Sleeping
File size: 141 Bytes
71d5bf5 |
1 2 3 4 5 6 7 8 9 10 11 12 |
from __future__ import annotations
import torch
class Renderer:
def __init__(self):
pass
def forward(self):
pass
|