Spaces:
Running
Running
Pradeep Kumar
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -103,5 +103,6 @@ iface = gr.Interface(fn=launch,
|
|
103 |
inputs=gr.inputs.Textbox(lines=2, placeholder="Enter job title and description here..."),
|
104 |
outputs="text")
|
105 |
|
|
|
106 |
# Launch the Gradio app
|
107 |
iface.launch()
|
|
|
103 |
inputs=gr.inputs.Textbox(lines=2, placeholder="Enter job title and description here..."),
|
104 |
outputs="text")
|
105 |
|
106 |
+
|
107 |
# Launch the Gradio app
|
108 |
iface.launch()
|