CK42 commited on
Commit
bafc2e8
1 Parent(s): d68a14d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ with app:
122
  btn5 = gr.Button("Predict - Model 5")
123
  with gr.Row():
124
  out_5 = gr.Textbox(label="Predictions for Model 5")
125
- btn5.click(fn=get_prediction(model_id_4), inputs=inp_1, outputs=out_4)
126
 
127
 
128
  app.launch()
 
122
  btn5 = gr.Button("Predict - Model 5")
123
  with gr.Row():
124
  out_5 = gr.Textbox(label="Predictions for Model 5")
125
+ btn5.click(fn=get_prediction(model_id_5), inputs=inp_1, outputs=out_5)
126
 
127
 
128
  app.launch()