Spaces:
Running
Running
fix: sharing is not available in Spaces
Browse files
app.py
CHANGED
@@ -8,4 +8,4 @@ gr.Interface.load(
|
|
8 |
inputs = gr.Image(label = "Imagen aquí"),
|
9 |
title = titulo,
|
10 |
description = desc
|
11 |
-
).launch(
|
|
|
8 |
inputs = gr.Image(label = "Imagen aquí"),
|
9 |
title = titulo,
|
10 |
description = desc
|
11 |
+
).launch()
|