Spaces:
Runtime error
Runtime error
Commit ·
70c07e6
1
Parent(s): 29aeeac
Update app.py
Browse files
app.py
CHANGED
|
@@ -95,8 +95,8 @@ iface2 = gr.Interface(
|
|
| 95 |
|
| 96 |
|
| 97 |
# Launch the apps in separate threads
|
| 98 |
-
thread1 = threading.Thread(target=iface1.launch
|
| 99 |
-
thread2 = threading.Thread(target=iface2.launch
|
| 100 |
|
| 101 |
thread1.start()
|
| 102 |
thread2.start()
|
|
|
|
| 95 |
|
| 96 |
|
| 97 |
# Launch the apps in separate threads
|
| 98 |
+
thread1 = threading.Thread(target=iface1.launch)
|
| 99 |
+
thread2 = threading.Thread(target=iface2.launch)
|
| 100 |
|
| 101 |
thread1.start()
|
| 102 |
thread2.start()
|