Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,5 +24,5 @@ iface = gr.Interface(
|
|
24 |
|
25 |
if __name__ == '__main__':
|
26 |
scheduler_thread = threading.Thread(target=schedule_function) # avoiding sleep, again this project is for academic purposes only
|
27 |
-
scheduler_thread.start()
|
28 |
iface.launch()
|
|
|
24 |
|
25 |
if __name__ == '__main__':
|
26 |
scheduler_thread = threading.Thread(target=schedule_function) # avoiding sleep, again this project is for academic purposes only
|
27 |
+
# scheduler_thread.start()
|
28 |
iface.launch()
|