Updates
Browse files
README.md
CHANGED
@@ -17,8 +17,7 @@ Team members: castlebbs@ stargarnet@
|
|
17 |
Modeling of Hugging Face 3D: zinkenite@
|
18 |
|
19 |
Youtube video: https://www.youtube.com/watch?v=09Dk9OL65bc
|
20 |
-
|
21 |
-
|
22 |
|
23 |
|
24 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
17 |
Modeling of Hugging Face 3D: zinkenite@
|
18 |
|
19 |
Youtube video: https://www.youtube.com/watch?v=09Dk9OL65bc
|
20 |
+
Recording of Gradio use: https://www.youtube.com/watch?v=JbpwDwk8IcI
|
|
|
21 |
|
22 |
|
23 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
app.py
CHANGED
@@ -174,6 +174,9 @@ with gr.Blocks(theme=gr.themes.Monochrome(), title="3D Scene Asset Generator") a
|
|
174 |
<iframe width="100%" height="315" src="https://www.youtube.com/embed/09Dk9OL65bc"
|
175 |
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
176 |
allowfullscreen></iframe>
|
|
|
|
|
|
|
177 |
"""
|
178 |
)
|
179 |
|
|
|
174 |
<iframe width="100%" height="315" src="https://www.youtube.com/embed/09Dk9OL65bc"
|
175 |
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
176 |
allowfullscreen></iframe>
|
177 |
+
<iframe width="100%" height="315" src="https://www.youtube.com/embed/JbpwDwk8IcI"
|
178 |
+
frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
179 |
+
allowfullscreen></iframe>
|
180 |
"""
|
181 |
)
|
182 |
|