Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|
582 |
|
583 |
|
|
|
578 |
|
579 |
return im_emb.detach().to('cpu').to(torch.float32), gemb
|
580 |
|
581 |
+
demo.launch(share=True,)
|
582 |
|
583 |
|