bhardwaj08sarthak commited on
Commit
3a62e64
·
verified ·
1 Parent(s): 24cd6d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,7 +208,7 @@ with gr.Blocks() as demo:
208
 
209
  run_btn.click(
210
  fn=run_pipeline,
211
- inputs=[hf_token, topic, grade, subject, target_bloom, target_dok, attempts, model_id, provider, timeout, temperature, max_tokens],
212
  outputs=[final_json, transcript]
213
  )
214
 
 
208
 
209
  run_btn.click(
210
  fn=run_pipeline,
211
+ inputs=[hf_token, topic, grade, subject, target_bloom, target_dok, attempts, model_id, provider, timeout, temperature, max_tokens,task_type],
212
  outputs=[final_json, transcript]
213
  )
214