ElliottLepine commited on
Commit
137c571
·
1 Parent(s): 3ee20f8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -177,7 +177,7 @@ with gr.Blocks() as demo:
177
  invisible_btn = gr.Button(visible=False)
178
  invisible_btn.click(
179
  find_my_rotation,
180
- inputs=[gr.Textbox(), gr.Number, gr.Checkbox, gr.List, gr.List]
181
  )
182
 
183
  demo.title = title
 
177
  invisible_btn = gr.Button(visible=False)
178
  invisible_btn.click(
179
  find_my_rotation,
180
+ inputs=[gr.Textbox(), gr.Number(), gr.Checkbox(), gr.List(), gr.List()]
181
  )
182
 
183
  demo.title = title