Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ logging.basicConfig(level=logging.INFO)
|
|
| 13 |
|
| 14 |
|
| 15 |
iframe_html = """
|
| 16 |
-
<iframe src="http://0.0.0.0:
|
| 17 |
"""
|
| 18 |
DEFAULT_PATTERN_SPEC = "GarmentCode/assets/Patterns/shirt_mean_specification.json"
|
| 19 |
DEFAULT_SIM_CONFIG = "GarmentCode/assets/Sim_props/default_sim_props.yaml"
|
|
|
|
| 13 |
|
| 14 |
|
| 15 |
iframe_html = """
|
| 16 |
+
<iframe src="http://0.0.0.0:80" width="100%" height="500" style="border:none;"></iframe>
|
| 17 |
"""
|
| 18 |
DEFAULT_PATTERN_SPEC = "GarmentCode/assets/Patterns/shirt_mean_specification.json"
|
| 19 |
DEFAULT_SIM_CONFIG = "GarmentCode/assets/Sim_props/default_sim_props.yaml"
|