Spaces:
TirthGPT
/
Runtime error

Zhengyi commited on
Commit
78b51a8
1 Parent(s): 3a8d3a7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -150,7 +150,7 @@ pipeline = TwoStagePipeline(
150
  stage1_sampler_config,
151
  stage2_sampler_config,
152
  device=args.device,
153
- dtype=torch.float16
154
  )
155
 
156
  with gr.Blocks() as demo:
 
150
  stage1_sampler_config,
151
  stage2_sampler_config,
152
  device=args.device,
153
+ dtype=torch.float32
154
  )
155
 
156
  with gr.Blocks() as demo: