Spaces:
Sleeping
Sleeping
Commit
·
12978d2
1
Parent(s):
3ea96be
Update app.py
Browse files
app.py
CHANGED
|
@@ -304,6 +304,6 @@ def predict_full(img):
|
|
| 304 |
|
| 305 |
# Creamos la interfaz y la lanzamos.
|
| 306 |
gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(400, 400)), outputs=gr.outputs.Image(type="pil"), examples=['examples/1CA SUR_1200_800.png', 'examples/1CA SUR_4000_1200.png', 'examples/1CA SUR_4800_2000.png']).launch(share=False)
|
| 307 |
-
gr.Interface(fn=predict_full, inputs=gr.inputs.Image(), outputs=gr.outputs.Image(type="pil")).launch(share=False)
|
| 308 |
|
| 309 |
|
|
|
|
| 304 |
|
| 305 |
# Creamos la interfaz y la lanzamos.
|
| 306 |
gr.Interface(fn=predict, inputs=gr.inputs.Image(shape=(400, 400)), outputs=gr.outputs.Image(type="pil"), examples=['examples/1CA SUR_1200_800.png', 'examples/1CA SUR_4000_1200.png', 'examples/1CA SUR_4800_2000.png']).launch(share=False)
|
| 307 |
+
# gr.Interface(fn=predict_full, inputs=gr.inputs.Image(), outputs=gr.outputs.Image(type="pil")).launch(share=False)
|
| 308 |
|
| 309 |
|