Spaces:
Sleeping
Sleeping
Akis Giannoukos
commited on
Commit
·
9d16b48
1
Parent(s):
ed333ca
Changed Play Intro to Start
Browse files
app.py
CHANGED
|
@@ -743,7 +743,7 @@ def create_demo():
|
|
| 743 |
Tap on 'Record' to start speaking, then tap on 'Stop' to stop recording.
|
| 744 |
"""
|
| 745 |
)
|
| 746 |
-
intro_play_btn = gr.Button("▶️
|
| 747 |
# Microphone component styled as central bubble (tap to record/stop)
|
| 748 |
audio_main = gr.Microphone(type="filepath", label=None, elem_id="voice-bubble", show_label=False)
|
| 749 |
# Hidden text input placeholder for pipeline compatibility
|
|
|
|
| 743 |
Tap on 'Record' to start speaking, then tap on 'Stop' to stop recording.
|
| 744 |
"""
|
| 745 |
)
|
| 746 |
+
intro_play_btn = gr.Button("▶️ Start", elem_id="intro-btn", variant="secondary", size="sm")
|
| 747 |
# Microphone component styled as central bubble (tap to record/stop)
|
| 748 |
audio_main = gr.Microphone(type="filepath", label=None, elem_id="voice-bubble", show_label=False)
|
| 749 |
# Hidden text input placeholder for pipeline compatibility
|