Valentin De Matos commited on
Commit
d0883ab
·
1 Parent(s): e09f120

Signed-off-by: Valentin De Matos <vdmatos@gladia.io>

Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -135,4 +135,5 @@ iface = gr.Interface(
135
  )
136
 
137
  iface.queue()
138
- iface.launch()
 
 
135
  )
136
 
137
  iface.queue()
138
+
139
+ iface.launch(server_name="0.0.0.0", server_port=7860)