aakash0563 commited on
Commit
bf852d8
1 Parent(s): b9b67e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -101,10 +101,10 @@ debug = True # Define the variables
101
  share = True
102
 
103
  thread1 = threading.Thread(
104
- target=iface1.launch, args=(debug, share, server_port:=7861) # Pass the variables
105
  )
106
  thread2 = threading.Thread(
107
- target=iface2.launch, args=(debug, share, server_port:=7862) # Pass the variables
108
  )
109
 
110
 
 
101
  share = True
102
 
103
  thread1 = threading.Thread(
104
+ target=iface1.launch, args=(debug, share, server_port:=8080) # Pass the variables
105
  )
106
  thread2 = threading.Thread(
107
+ target=iface2.launch, args=(debug, share, server_port:=8081) # Pass the variables
108
  )
109
 
110