johiny commited on
Commit
312271c
1 Parent(s): 1273834

change server option

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(server_port=8080)
 
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()