John6666 commited on
Commit
523f99e
·
verified ·
1 Parent(s): ca34c27

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -1,4 +1,9 @@
1
  import spaces
 
 
 
 
 
2
  import os
3
  from stablepy import Model_Diffusers
4
  from stablepy.diffusers_vanilla.model import scheduler_names
 
1
  import spaces
2
+
3
+ @spaces.GPU
4
+ def dummy():
5
+ pass
6
+
7
  import os
8
  from stablepy import Model_Diffusers
9
  from stablepy.diffusers_vanilla.model import scheduler_names