Spaces:
Runtime error
Runtime error
Commit
·
e47de72
1
Parent(s):
dd857c7
done
Browse files- app.py +1 -1
- ip_adapter/__pycache__/__init__.cpython-310.pyc +0 -0
- ip_adapter/__pycache__/attention_processor.cpython-310.pyc +0 -0
- ip_adapter/__pycache__/ip_adapter.cpython-310.pyc +0 -0
- ip_adapter/__pycache__/resampler.cpython-310.pyc +0 -0
- ip_adapter/__pycache__/utils.cpython-310.pyc +0 -0
- src/__pycache__/attentionhacked_garmnet.cpython-310.pyc +0 -0
- src/__pycache__/attentionhacked_tryon.cpython-310.pyc +0 -0
- src/__pycache__/transformerhacked_garmnet.cpython-310.pyc +0 -0
- src/__pycache__/transformerhacked_tryon.cpython-310.pyc +0 -0
- src/__pycache__/tryon_pipeline.cpython-310.pyc +0 -0
- src/__pycache__/unet_block_hacked_garmnet.cpython-310.pyc +0 -0
- src/__pycache__/unet_block_hacked_tryon.cpython-310.pyc +0 -0
- src/__pycache__/unet_hacked_garmnet.cpython-310.pyc +0 -0
- src/__pycache__/unet_hacked_tryon.cpython-310.pyc +0 -0
app.py
CHANGED
@@ -234,4 +234,4 @@ iface = gr.Interface(
|
|
234 |
)
|
235 |
|
236 |
# Launch the interface
|
237 |
-
iface.launch()
|
|
|
234 |
)
|
235 |
|
236 |
# Launch the interface
|
237 |
+
iface.launch(share=True)
|
ip_adapter/__pycache__/__init__.cpython-310.pyc
ADDED
Binary file (289 Bytes). View file
|
|
ip_adapter/__pycache__/attention_processor.cpython-310.pyc
ADDED
Binary file (9.91 kB). View file
|
|
ip_adapter/__pycache__/ip_adapter.cpython-310.pyc
ADDED
Binary file (10.7 kB). View file
|
|
ip_adapter/__pycache__/resampler.cpython-310.pyc
ADDED
Binary file (4.23 kB). View file
|
|
ip_adapter/__pycache__/utils.cpython-310.pyc
ADDED
Binary file (2.81 kB). View file
|
|
src/__pycache__/attentionhacked_garmnet.cpython-310.pyc
ADDED
Binary file (16.4 kB). View file
|
|
src/__pycache__/attentionhacked_tryon.cpython-310.pyc
ADDED
Binary file (16.5 kB). View file
|
|
src/__pycache__/transformerhacked_garmnet.cpython-310.pyc
ADDED
Binary file (14.4 kB). View file
|
|
src/__pycache__/transformerhacked_tryon.cpython-310.pyc
ADDED
Binary file (14.5 kB). View file
|
|
src/__pycache__/tryon_pipeline.cpython-310.pyc
ADDED
Binary file (61.4 kB). View file
|
|
src/__pycache__/unet_block_hacked_garmnet.cpython-310.pyc
ADDED
Binary file (63.5 kB). View file
|
|
src/__pycache__/unet_block_hacked_tryon.cpython-310.pyc
ADDED
Binary file (63.6 kB). View file
|
|
src/__pycache__/unet_hacked_garmnet.cpython-310.pyc
ADDED
Binary file (38.9 kB). View file
|
|
src/__pycache__/unet_hacked_tryon.cpython-310.pyc
ADDED
Binary file (39.9 kB). View file
|
|