harpomaxx commited on
Commit
2054eae
·
verified ·
1 Parent(s): 44ebdab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -143,5 +143,4 @@ if __name__ == "__main__":
143
  args = parser.parse_args()
144
  pipe = StableDiffusionPipeline.from_single_file(PATH,torch_dtype=torch.float16).to(f"cuda:{args.gpuid}")
145
  demo.queue(concurrency_count=2,
146
- ).launch(server_name = args.ip, server_port = args.port)
147
- ~
 
143
  args = parser.parse_args()
144
  pipe = StableDiffusionPipeline.from_single_file(PATH,torch_dtype=torch.float16).to(f"cuda:{args.gpuid}")
145
  demo.queue(concurrency_count=2,
146
+ ).launch(server_name = args.ip, server_port = args.port)