Spaces:
Runtime error
Runtime error
closing_app
Browse files
app.py
CHANGED
@@ -170,4 +170,4 @@ def predict(text):
|
|
170 |
demo = gr.Interface(fn=predict, inputs=gr.inputs.Textbox(label='CANDIDATE COMPETENCES - Click *Clear* before adding new input'), \
|
171 |
outputs=gr.outputs.Textbox(label='SUGGESTED VACANCIES'),\
|
172 |
css='div {margin-left: auto; margin-right: auto; width: 100%;\
|
173 |
-
background-image: url("https://drive.google.com/uc?export=view&id=1KNnISAUcvh2Pt08f-EJZJYCIgkrKw3PI"); repeat 0 0;}').launch(share=
|
|
|
170 |
demo = gr.Interface(fn=predict, inputs=gr.inputs.Textbox(label='CANDIDATE COMPETENCES - Click *Clear* before adding new input'), \
|
171 |
outputs=gr.outputs.Textbox(label='SUGGESTED VACANCIES'),\
|
172 |
css='div {margin-left: auto; margin-right: auto; width: 100%;\
|
173 |
+
background-image: url("https://drive.google.com/uc?export=view&id=1KNnISAUcvh2Pt08f-EJZJYCIgkrKw3PI"); repeat 0 0;}').launch(share=False)
|