m7n commited on
Commit
f458d61
·
1 Parent(s): 694fd4c

removed request from function call

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -638,7 +638,6 @@ with gr.Blocks(theme=theme, css="""
638
  ).then(
639
  fn=predict,
640
  inputs=[
641
- gr.Request,
642
  text_input,
643
  sample_size_slider,
644
  reduce_sample_checkbox,
 
638
  ).then(
639
  fn=predict,
640
  inputs=[
 
641
  text_input,
642
  sample_size_slider,
643
  reduce_sample_checkbox,