Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -33,6 +33,8 @@ def add_target(targets_items, name, x, y, collisionType, collisiontext):
|
|
33 |
return targets_items
|
34 |
|
35 |
with gr.Blocks() as demo:
|
|
|
|
|
36 |
inventory_items = gr.State([])
|
37 |
skills_items = gr.State([])
|
38 |
objectives_items = gr.State([])
|
|
|
33 |
return targets_items
|
34 |
|
35 |
with gr.Blocks() as demo:
|
36 |
+
gr.HTML("Companion Space for zerogpu workflow planning for a way to send a zip to the Basic Game Engine at the bottom of https://huggingface.co/spaces/KwabsHug/TestSvelteStatic")
|
37 |
+
gr.HTML("Some conderations for future integration: https://huggingface.co/spaces/dylanebert/3d-arena, https://github.com/fudan-generative-vision/hallo")
|
38 |
inventory_items = gr.State([])
|
39 |
skills_items = gr.State([])
|
40 |
objectives_items = gr.State([])
|