yeiyeh commited on
Commit
26d50b6
1 Parent(s): 3fa4c10

Hugging face no soporta la opción share

Browse files

Tu space no carga porque hugging face no soporta la opción share.

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()