Spaces:
Sleeping
Sleeping
app file app share tru
Browse files
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)
|