Flux9665 commited on
Commit
d763494
β€’
1 Parent(s): ab12c36

try to figure out how ZeroGPU works

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -35,6 +35,7 @@ class ControllableInterface(torch.nn.Module):
35
  self.model.device = "cpu"
36
  self.wgan.to("cpu")
37
  self.wgan.device = "cpu"
 
38
 
39
  def read(self,
40
  prompt,
 
35
  self.model.device = "cpu"
36
  self.wgan.to("cpu")
37
  self.wgan.device = "cpu"
38
+ self._modules = []
39
 
40
  def read(self,
41
  prompt,