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