Spaces:
Running
on
Zero
Running
on
Zero
Merge branch 'main' of https://huggingface.co/spaces/ZhiyuanthePony/TriplaneTurbo
Browse files- example.py +5 -0
example.py
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import os
|
2 |
import torch
|
3 |
import argparse
|
|
|
1 |
+
try:
|
2 |
+
import spaces
|
3 |
+
except:
|
4 |
+
pass
|
5 |
+
|
6 |
import os
|
7 |
import torch
|
8 |
import argparse
|