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

app file app share tru

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