KingNish commited on
Commit
1dd13ff
1 Parent(s): 6229408

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks(css="style.css") as demo:
89
  batch=True,
90
  max_batch_size=10,
91
  fn=respond,
92
- inputs=[input, select, seed],
93
  outputs=[output], live=True)
94
 
95
  if __name__ == "__main__":
 
89
  batch=True,
90
  max_batch_size=10,
91
  fn=respond,
92
+ inputs=[input, seed],
93
  outputs=[output], live=True)
94
 
95
  if __name__ == "__main__":