dayannex commited on
Commit
c64e06b
·
1 Parent(s): 7b56590

app file app err

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -256,7 +256,7 @@ def get_model():
256
  def procesar(texto):
257
  model.identificacion_idioma(texto)
258
 
259
- return model.predict(texto)
260
 
261
  demo = gr.Interface(fn=procesar, inputs="text", outputs="text")
262
  demo.launch(share=True)
 
256
  def procesar(texto):
257
  model.identificacion_idioma(texto)
258
 
259
+ return model.predict()
260
 
261
  demo = gr.Interface(fn=procesar, inputs="text", outputs="text")
262
  demo.launch(share=True)