Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
zaibutcooler
/
ve-gans
like
0
Sleeping
App
Files
Files
Community
ab59e57
ve-gans
/
tests
/
test_space.py
Zai
updated the model loader and readme
c6494da
7 months ago
raw
Copy download link
history
blame
Safe
160 Bytes
import
unittest
import
space
class
TestTraining
(unittest.TestCase):
def
test_running
(
self
):
pass
if
__name__ ==
"__main__"
:
unittest.main()