Pradeep Kumar commited on
Commit
30a4fc4
·
verified ·
1 Parent(s): e1c4cd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ def launch(text_input):
96
  iface = gr.Interface(
97
  fn=launch,
98
  inputs=gr.Textbox(lines=2, placeholder="Enter job title and description here..."),
99
- outputs=gr.Textbox(lines=2, placeholder="ISCO: <result>\nProbability: <result>)
100
  )
101
 
102
  iface.launch()
 
96
  iface = gr.Interface(
97
  fn=launch,
98
  inputs=gr.Textbox(lines=2, placeholder="Enter job title and description here..."),
99
+ outputs=gr.Textbox(lines=2, placeholder="ISCO: <result>\nProbability: <result>")
100
  )
101
 
102
  iface.launch()