Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
import os
|
| 2 |
import imageio
|
| 3 |
import numpy as np
|
|
@@ -26,7 +28,6 @@ from functools import partial
|
|
| 26 |
from huggingface_hub import hf_hub_download
|
| 27 |
|
| 28 |
import gradio as gr
|
| 29 |
-
import spaces
|
| 30 |
|
| 31 |
|
| 32 |
def get_render_cameras(batch_size=1, M=120, radius=2.5, elevation=10.0, is_flexicubes=False):
|
|
|
|
| 1 |
+
import spaces
|
| 2 |
+
|
| 3 |
import os
|
| 4 |
import imageio
|
| 5 |
import numpy as np
|
|
|
|
| 28 |
from huggingface_hub import hf_hub_download
|
| 29 |
|
| 30 |
import gradio as gr
|
|
|
|
| 31 |
|
| 32 |
|
| 33 |
def get_render_cameras(batch_size=1, M=120, radius=2.5, elevation=10.0, is_flexicubes=False):
|