Update app.py
Browse files
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()
|