ShebMichel commited on
Commit
3b726d6
·
verified ·
1 Parent(s): b7e590b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -242,7 +242,7 @@ with gr.Blocks() as iface:
242
  # Process file input and enable radio buttons and buttons on successful load
243
  file_input.upload(
244
  fn=process_json_file,
245
- inputs=[file_input,model_dropdown],
246
  outputs=[output_text, radio_section, radio_section, radio_section, radio_section, submit_button, clear_button, submit_button]
247
  )
248
 
 
242
  # Process file input and enable radio buttons and buttons on successful load
243
  file_input.upload(
244
  fn=process_json_file,
245
+ inputs=[file_input],
246
  outputs=[output_text, radio_section, radio_section, radio_section, radio_section, submit_button, clear_button, submit_button]
247
  )
248