HuseynG commited on
Commit
81f627e
·
1 Parent(s): dc1b525

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()