openfree commited on
Commit
a7f45e8
·
verified ·
1 Parent(s): 266ca46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -1630,4 +1630,12 @@ class UnifiedAudioConverter:
1630
 
1631
  conversation_text = "\n".join(
1632
  f"{turn.get('speaker', f'Speaker {i+1}')}: {turn['text']}"
1633
- for i, turn in enumerate(
 
 
 
 
 
 
 
 
 
1630
 
1631
  conversation_text = "\n".join(
1632
  f"{turn.get('speaker', f'Speaker {i+1}')}: {turn['text']}"
1633
+ for i, turn in enumerate(
1634
+
1635
+
1636
+
1637
+
1638
+
1639
+
1640
+
1641
+