Rubens commited on
Commit
cfeaccc
1 Parent(s): 26670aa

100 epochs_

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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()],\