rynmurdock commited on
Commit
51c5eee
·
verified ·
1 Parent(s): 661313b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -578,6 +578,6 @@ def encode_space(x):
578
 
579
  return im_emb.detach().to('cpu').to(torch.float32), gemb
580
 
581
- demo.launch(share=True, server_port=8443)
582
 
583
 
 
578
 
579
  return im_emb.detach().to('cpu').to(torch.float32), gemb
580
 
581
+ demo.launch(share=True,)
582
 
583