DangoMachoo commited on
Commit
beb4c83
·
1 Parent(s): b36117e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks() as demo:
66
  fn=None,
67
  inputs=transcribed_text,
68
  outputs=None,
69
- _js="function(text) {navigator.clipboard.writeText(text); gr.Info('คัดลอกข้อความแล้ว!'); return []}"
70
  )
71
 
72
  # Action ดาวน์โหลด
 
66
  fn=None,
67
  inputs=transcribed_text,
68
  outputs=None,
69
+ js="function(text) {navigator.clipboard.writeText(text); gr.Info('คัดลอกข้อความแล้ว!'); return []}"
70
  )
71
 
72
  # Action ดาวน์โหลด