Spaces:
Sleeping
Sleeping
Pradeep Kumar
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -94,5 +94,6 @@ def launch(input):
|
|
94 |
# Gradio Interface
|
95 |
iface = gr.Interface(fn=launch,inputs=gr.inputs.Textbox(lines=2, placeholder="Enter job title and description here..."),outputs="text")
|
96 |
|
|
|
97 |
# Launch the Gradio app
|
98 |
iface.launch()
|
|
|
94 |
# Gradio Interface
|
95 |
iface = gr.Interface(fn=launch,inputs=gr.inputs.Textbox(lines=2, placeholder="Enter job title and description here..."),outputs="text")
|
96 |
|
97 |
+
|
98 |
# Launch the Gradio app
|
99 |
iface.launch()
|