mjolnir1122 commited on
Commit
b5505a6
Β·
verified Β·
1 Parent(s): cd17f5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,7 +5,7 @@ from groq import Groq
5
  from gtts import gTTS
6
 
7
  # βœ… Set API Key (Replace with your actual key)
8
- os.environ["GROQ_API_KEY"] = "your_groq_api_key_here"
9
 
10
  # βœ… Load Whisper Model securely
11
  model = whisper.load_model("small")
@@ -61,7 +61,7 @@ def reset_chat():
61
 
62
  # βœ… Updated Gradio Chat UI
63
  with gr.Blocks() as chat_ui:
64
- gr.Markdown("## πŸ“πŸŽ™οΈ Chatbot with Text & Voice Input")
65
 
66
  chatbot = gr.Chatbot(label="Conversation", type="messages") # Chat display
67
  with gr.Row():
 
5
  from gtts import gTTS
6
 
7
  # βœ… Set API Key (Replace with your actual key)
8
+ os.environ["GROQ_API_KEY"] = "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"
9
 
10
  # βœ… Load Whisper Model securely
11
  model = whisper.load_model("small")
 
61
 
62
  # βœ… Updated Gradio Chat UI
63
  with gr.Blocks() as chat_ui:
64
+ gr.Markdown("## πŸ“πŸŽ™οΈ @HilalSeek AI Assistant")
65
 
66
  chatbot = gr.Chatbot(label="Conversation", type="messages") # Chat display
67
  with gr.Row():