awacke1 commited on
Commit
1565005
·
verified ·
1 Parent(s): ba714fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -333,7 +333,7 @@ with gr.Blocks(title="Multiplayer Memory (Gradio)") as demo:
333
  out = gr.JSON(label="result")
334
  state = gr.JSON(label="live state")
335
 
336
- timer = gr.Timer(1.0)
337
 
338
  # Prefill from URL params on first load (best-effort) :contentReference[oaicite:3]{index=3}
339
  demo.load(preload, inputs=[room, name], outputs=[room, name, tip], api_name=False)
 
333
  out = gr.JSON(label="result")
334
  state = gr.JSON(label="live state")
335
 
336
+ timer = gr.Timer(5.0)
337
 
338
  # Prefill from URL params on first load (best-effort) :contentReference[oaicite:3]{index=3}
339
  demo.load(preload, inputs=[room, name], outputs=[room, name, tip], api_name=False)