Hugging face no soporta la opción share

#1
by yeiyeh - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ gr.Interface.load(
8
  inputs=gr.Image(label="Carga una imagen aquí"),
9
  title = titulo,
10
  description = descripcion
11
- ).launch(share=True)
 
8
  inputs=gr.Image(label="Carga una imagen aquí"),
9
  title = titulo,
10
  description = descripcion
11
+ ).launch()