Update app.py
Browse files
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)
|
|