raj999 commited on
Commit
4423c55
1 Parent(s): 5463d59
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,5 +11,5 @@ iface = gr.Interface(
11
  description="Upload an image and see the result below."
12
  )
13
 
14
- iface.launch()
15
 
 
11
  description="Upload an image and see the result below."
12
  )
13
 
14
+ iface.launch(server_port=7861)
15