fffiloni commited on
Commit
4ca4534
·
1 Parent(s): 9b1c0d7

disabled torch dtype as GPU is not available

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,8 +20,8 @@ diffuser_pipeline = DiffusionPipeline.from_pretrained(
20
  speech_model=model,
21
  speech_processor=processor,
22
  use_auth_token=MY_SECRET_TOKEN,
23
- revision="fp16",
24
- torch_dtype=torch.float16,
25
  )
26
 
27
  diffuser_pipeline.enable_attention_slicing()
 
20
  speech_model=model,
21
  speech_processor=processor,
22
  use_auth_token=MY_SECRET_TOKEN,
23
+ #revision="fp16",
24
+ #torch_dtype=torch.float16,
25
  )
26
 
27
  diffuser_pipeline.enable_attention_slicing()