ZhiyuanthePony commited on
Commit
2e05015
·
2 Parent(s): 3e043ad 99e7bd9

Merge branch 'main' of https://huggingface.co/spaces/ZhiyuanthePony/TriplaneTurbo

Browse files
Files changed (1) hide show
  1. 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