Spaces:
Runtime error
Runtime error
phenomenon1981
commited on
Commit
•
8331f7c
1
Parent(s):
513c17c
Update app.py
Browse files
app.py
CHANGED
@@ -171,4 +171,4 @@ monitor_thread = Thread(target=queue_monitor)
|
|
171 |
monitor_thread.start()
|
172 |
|
173 |
myface.launch(enable_queue=True, inline=True)
|
174 |
-
|
|
|
171 |
monitor_thread.start()
|
172 |
|
173 |
myface.launch(enable_queue=True, inline=True)
|
174 |
+
monitor_thread.join()
|