Spaces:
Sleeping
Sleeping
app file app err
Browse files
app.py
CHANGED
@@ -256,7 +256,7 @@ def get_model():
|
|
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)
|
|
|
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)
|