jleibs commited on
Commit
4e89620
1 Parent(s): 758a65e

Need to specify inputs as None

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()