Spaces:
Sleeping
Sleeping
Need to specify inputs as None
Browse files
app.py
CHANGED
@@ -16,4 +16,4 @@ def show_cube():
|
|
16 |
rr.log_points("my_points", positions=positions, colors=colors, radii=0.5)
|
17 |
return rec.as_html()
|
18 |
|
19 |
-
gr.Interface(show_cube, outputs=["html"]).launch()
|
|
|
16 |
rr.log_points("my_points", positions=positions, colors=colors, radii=0.5)
|
17 |
return rec.as_html()
|
18 |
|
19 |
+
gr.Interface(show_cube, inputs=None, outputs=["html"]).launch()
|