ironjr commited on
Commit
88cd42c
·
verified ·
1 Parent(s): 4c20f0a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -435,9 +435,9 @@ def show_element():
435
 
436
 
437
  def draw(state, drawpad):
438
- if not state.is_running:
439
- print('[WARNING] Streaming is currently off, update ignored.')
440
- return
441
 
442
  # ZeroGPU hack.
443
  conn = Client(opt.address, authkey=opt.authkey)
 
435
 
436
 
437
  def draw(state, drawpad):
438
+ # if not state.is_running:
439
+ # print('[WARNING] Streaming is currently off, update ignored.')
440
+ # return
441
 
442
  # ZeroGPU hack.
443
  conn = Client(opt.address, authkey=opt.authkey)