Saiyaswanth007 commited on
Commit
fb48a7c
·
1 Parent(s): 9673e56

every DEPCIATED

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
ui.py CHANGED
@@ -377,7 +377,7 @@ def build_ui():
377
  except Exception as e:
378
  return f"Connection error: {str(e)}"
379
 
380
- status_timer = gr.Timer(interval=5)
381
  status_timer.tick(fn=get_status, outputs=status_output)
382
 
383
 
 
377
  except Exception as e:
378
  return f"Connection error: {str(e)}"
379
 
380
+ status_timer = gr.Timer(5)
381
  status_timer.tick(fn=get_status, outputs=status_output)
382
 
383