Spaces:
Runtime error
Runtime error
Update rendering.py
Browse files- rendering.py +1 -0
rendering.py
CHANGED
@@ -2,6 +2,7 @@ import streamlit as st
|
|
2 |
import tensorflow as tf
|
3 |
import numpy as np
|
4 |
|
|
|
5 |
|
6 |
def encode_position(x):
|
7 |
"""Encodes the position into its corresponding Fourier feature.
|
|
|
2 |
import tensorflow as tf
|
3 |
import numpy as np
|
4 |
|
5 |
+
from config import *
|
6 |
|
7 |
def encode_position(x):
|
8 |
"""Encodes the position into its corresponding Fourier feature.
|