jithenderchoudary commited on
Commit
2e6c263
·
verified ·
1 Parent(s): 4fac94a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -47,10 +47,10 @@ with gr.Blocks() as app:
47
  visualization_file = visualize_die(l, w, t)
48
  return step_file, visualization_file
49
 
50
- die_button.click(
51
- generate_outputs,
52
- inputs=[length, width, thickness],
53
- outputs=[die_output, visualization_output],
54
  # )
55
 
56
  # Launch the app
 
47
  visualization_file = visualize_die(l, w, t)
48
  return step_file, visualization_file
49
 
50
+ #die_button.click(
51
+ # generate_outputs,
52
+ # inputs=[length, width, thickness],
53
+ # outputs=[die_output, visualization_output],
54
  # )
55
 
56
  # Launch the app