linx5o commited on
Commit
c1344f5
·
1 Parent(s): c20c614
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -54,6 +54,7 @@ with gr.Blocks() as blocks:
54
 
55
  send_button.click(
56
  fn=get_data,
 
57
  # outputs=[status_text, bed_temp_text, nozzle_temp_text],
58
  )
59
 
 
54
 
55
  send_button.click(
56
  fn=get_data,
57
+ inputs=serial,
58
  # outputs=[status_text, bed_temp_text, nozzle_temp_text],
59
  )
60