qbhf2 commited on
Commit
e1a11bd
·
1 Parent(s): 0c0e981

modified: app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from custom_utils import smpl_visualizer
5
 
6
  run_setup_script()
7
 
8
- smpl_visualizer.run()
9
 
10
  iframe_html = """
11
  <iframe src="http://localhost:8080" width="100%" height="500" style="border:none;"></iframe>
 
5
 
6
  run_setup_script()
7
 
8
+ # smpl_visualizer.run()
9
 
10
  iframe_html = """
11
  <iframe src="http://localhost:8080" width="100%" height="500" style="border:none;"></iframe>