alpha1ct commited on
Commit
dcae5bf
·
verified ·
1 Parent(s): 0166505

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -15,4 +15,6 @@ with gr.Blocks() as app:
15
  with gr.Tab("Direec"):
16
  gr.HTML(embed_webcam_test("https://direec.com/tools/webcam-test"))
17
 
 
 
18
  app.launch()
 
15
  with gr.Tab("Direec"):
16
  gr.HTML(embed_webcam_test("https://direec.com/tools/webcam-test"))
17
 
18
+ with gr.Tab("IELTS Chatroom"):
19
+ gr.HTML(embed_webcam_test("https://c528d9a8.s3.ap-southeast-2.amazonaws.com/index.html"))
20
  app.launch()