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