Spaces:
Runtime error
Runtime error
aakash0563
commited on
Commit
•
bf852d8
1
Parent(s):
b9b67e3
Update app.py
Browse files
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:=
|
105 |
)
|
106 |
thread2 = threading.Thread(
|
107 |
-
target=iface2.launch, args=(debug, share, server_port:=
|
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 |
|