Spaces:
Sleeping
Sleeping
modified: app.py
Browse files
app.py
CHANGED
|
@@ -1,12 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
from custom_utils.setup_env import run_setup_script
|
| 3 |
-
from custom_utils import smpl_visualizer
|
| 4 |
|
| 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>
|
| 12 |
"""
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from custom_utils.setup_env import run_setup_script
|
|
|
|
| 3 |
|
| 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
iframe_html = """
|
| 6 |
<iframe src="http://localhost:8080" width="100%" height="500" style="border:none;"></iframe>
|
| 7 |
"""
|