Spaces:
Runtime error
Runtime error
100 epochs_
Browse files
app.py
CHANGED
@@ -177,9 +177,6 @@ def predict(text):
|
|
177 |
plt.text(x, y, y, ha='center', va='bottom', fontsize=12, color='black')
|
178 |
return xx, fig
|
179 |
|
180 |
-
predict("")
|
181 |
-
|
182 |
-
|
183 |
demo = gr.Interface(fn=predict, inputs=gr.inputs.Textbox(label='CANDIDATE COMPETENCES - Click *Clear* before adding new input'), \
|
184 |
outputs=[gr.outputs.Textbox(label='SUGGESTED VACANCIES'),\
|
185 |
gr.Plot()],\
|
|
|
177 |
plt.text(x, y, y, ha='center', va='bottom', fontsize=12, color='black')
|
178 |
return xx, fig
|
179 |
|
|
|
|
|
|
|
180 |
demo = gr.Interface(fn=predict, inputs=gr.inputs.Textbox(label='CANDIDATE COMPETENCES - Click *Clear* before adding new input'), \
|
181 |
outputs=[gr.outputs.Textbox(label='SUGGESTED VACANCIES'),\
|
182 |
gr.Plot()],\
|