Pradeep Kumar commited on
Commit
165f772
·
verified ·
1 Parent(s): 412b9d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -101,9 +101,7 @@ def launch(input):
101
  print("Most likely ISCO code is {} and probability is {}".format(decoded_labels,highest_probabilities))
102
 
103
  # Gradio Interface
104
- iface = gr.Interface(fn=launch,
105
- inputs=gr.inputs.Textbox(lines=2, placeholder="Enter job title and description here..."),
106
- outputs="text")
107
 
108
  # Launch the Gradio app
109
  iface.launch()
 
101
  print("Most likely ISCO code is {} and probability is {}".format(decoded_labels,highest_probabilities))
102
 
103
  # Gradio Interface
104
+ iface = gr.Interface(fn=launch,inputs=gr.inputs.Textbox(lines=2, placeholder="Enter job title and description here..."),outputs="text")
 
 
105
 
106
  # Launch the Gradio app
107
  iface.launch()