awacke1 commited on
Commit
32a04c4
1 Parent(s): 5574127

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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("DromeLlama7B")
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