Spaces:
Sleeping
Sleeping
modified: app.py
Browse files
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>
|