Spaces:
Running
on
Zero
Running
on
Zero
from __future__ import annotations | |
import torch | |
class Renderer: | |
def __init__(self): | |
pass | |
def forward(self): | |
pass | |