vsrinivas commited on
Commit
40f90db
·
verified ·
1 Parent(s): 4eab1ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ language_codes = {"English":"en", "Hindi":"hi", "Portuguese":"pt", "Chinese":"zh
28
  "Ukrainian":"uk", "Greek":"el", "Czech":"cs", "Danish":"da", "Finnish":"fi",
29
  "Bulgarian":"bg", "Croatian":"hr", "Slovak":"sk"}
30
 
31
- meeting_texts = []
32
  n_participants = 4 # This can be adjusted based on the number of people in the call
33
  language_choices = ["English", "Polish", "Hindi", "Arabic"]
34
 
 
28
  "Ukrainian":"uk", "Greek":"el", "Czech":"cs", "Danish":"da", "Finnish":"fi",
29
  "Bulgarian":"bg", "Croatian":"hr", "Slovak":"sk"}
30
 
31
+ # meeting_texts = []
32
  n_participants = 4 # This can be adjusted based on the number of people in the call
33
  language_choices = ["English", "Polish", "Hindi", "Arabic"]
34