Update app.py
Browse files
app.py
CHANGED
|
@@ -435,7 +435,7 @@ def whisper_load_previous_transcriptions():
|
|
| 435 |
return ""
|
| 436 |
|
| 437 |
def whisper_main():
|
| 438 |
-
st.title("Speech to Text 🎤📝")
|
| 439 |
st.write("Record your speech and get the text. 🗨️")
|
| 440 |
|
| 441 |
previous_transcriptions = whisper_load_previous_transcriptions()
|
|
@@ -457,7 +457,7 @@ def whisper_main():
|
|
| 457 |
|
| 458 |
def main():
|
| 459 |
|
| 460 |
-
st.title("
|
| 461 |
prompt = f"Write ten funny jokes that are tweet length stories that make you laugh. Show as markdown outline with emojis for each."
|
| 462 |
|
| 463 |
# Add Wit and Humor buttons
|
|
|
|
| 435 |
return ""
|
| 436 |
|
| 437 |
def whisper_main():
|
| 438 |
+
st.title("AI Whisperer Speech to Text 🎤📝")
|
| 439 |
st.write("Record your speech and get the text. 🗨️")
|
| 440 |
|
| 441 |
previous_transcriptions = whisper_load_previous_transcriptions()
|
|
|
|
| 457 |
|
| 458 |
def main():
|
| 459 |
|
| 460 |
+
st.title("AI Drome Llama")
|
| 461 |
prompt = f"Write ten funny jokes that are tweet length stories that make you laugh. Show as markdown outline with emojis for each."
|
| 462 |
|
| 463 |
# Add Wit and Humor buttons
|