Spaces:
Running
Running
share=true
Browse files
app.py
CHANGED
@@ -14,4 +14,4 @@ def show_cube():
|
|
14 |
rr.log("my_points", rr.Points3D(positions=positions, colors=colors, radii=0.5))
|
15 |
return rr.as_html()
|
16 |
|
17 |
-
gr.Interface(show_cube, inputs=None, outputs=["html"]).launch()
|
|
|
14 |
rr.log("my_points", rr.Points3D(positions=positions, colors=colors, radii=0.5))
|
15 |
return rr.as_html()
|
16 |
|
17 |
+
gr.Interface(show_cube, inputs=None, outputs=["html"]).launch(share=True)
|