Thiago Hersan
commited on
Commit
·
c456843
1
Parent(s):
76a51c2
??
Browse files
app.py
CHANGED
@@ -131,6 +131,7 @@ class RepeatedTimer(object):
|
|
131 |
rt = RepeatedTimer(1, get_system_memory)
|
132 |
|
133 |
try:
|
134 |
-
|
|
|
135 |
finally:
|
136 |
rt.stop()
|
|
|
131 |
rt = RepeatedTimer(1, get_system_memory)
|
132 |
|
133 |
try:
|
134 |
+
print("launch")
|
135 |
+
demo.queue().launch(show_api=False, debug=True)
|
136 |
finally:
|
137 |
rt.stop()
|