Spaces:
Sleeping
Sleeping
change server option
Browse files
app.py
CHANGED
|
@@ -31,4 +31,4 @@ def inference(imagen):
|
|
| 31 |
|
| 32 |
iface = gr.Interface(fn=inference, inputs=gr.Image(label="Imagen"), outputs=gr.Text(label="Predicci贸n de estado de 谩nimo"), title=title,
|
| 33 |
description=description)
|
| 34 |
-
iface.launch(
|
|
|
|
| 31 |
|
| 32 |
iface = gr.Interface(fn=inference, inputs=gr.Image(label="Imagen"), outputs=gr.Text(label="Predicci贸n de estado de 谩nimo"), title=title,
|
| 33 |
description=description)
|
| 34 |
+
iface.launch()
|