Calamar49 commited on
Commit
1b3e54a
·
1 Parent(s): f28b4c0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,4 +61,4 @@ iface = gr.Interface(
61
  description="Sube una foto de una orquídea y la IA intentará identificar la especie.",
62
  )
63
 
64
- iface.launch()
 
61
  description="Sube una foto de una orquídea y la IA intentará identificar la especie.",
62
  )
63
 
64
+ iface.launch(server_name="0.0.0.0", server_port=7860)