Spaces:
Running
Running
Pradeep Kumar
commited on
Update app.py
Browse files
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()
|