qbhf2 commited on
Commit
2ef8895
·
verified ·
1 Parent(s): 8a74903

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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:8080" 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"
 
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"