Spaces:
Runtime error
Runtime error
Commit ·
3f7e079
1
Parent(s): 70c07e6
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,9 +94,9 @@ iface2 = gr.Interface(
|
|
| 94 |
|
| 95 |
|
| 96 |
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
|
| 101 |
thread1.start()
|
| 102 |
thread2.start()
|
|
|
|
| 94 |
|
| 95 |
|
| 96 |
|
| 97 |
+
thread1 = threading.Thread(target=iface1.launch, args=(debug=True, share=True, server_port=7861))
|
| 98 |
+
thread2 = threading.Thread(target=iface2.launch, args=(debug=True, share=True, server_port=7862))
|
| 99 |
+
|
| 100 |
|
| 101 |
thread1.start()
|
| 102 |
thread2.start()
|