Spaces:
Sleeping
Sleeping
Commit
·
5c7e867
1
Parent(s):
457b808
Update app.py
Browse files
app.py
CHANGED
@@ -63,4 +63,4 @@ def predict(img):
|
|
63 |
|
64 |
|
65 |
# Creamos la interfaz y la lanzamos.
|
66 |
-
gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(128, 128)), outputs=gr.outputs.Image(),examples=['
|
|
|
63 |
|
64 |
|
65 |
# Creamos la interfaz y la lanzamos.
|
66 |
+
gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(128, 128)), outputs=gr.outputs.Image(),examples=['color_40.jpg','color_210.jpg']).launch(share=False)
|