MrAli813 commited on
Commit
af891d0
·
verified ·
1 Parent(s): 5518760

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -83,7 +83,7 @@ def predict(message, history):
83
 
84
  A1 = gr.ChatInterface(predict,
85
  title="COLLEAGUE",
86
- description="Your AI Productivity Assistant that Chats, Writes, Transcribes, and Creates, Built By Peach State Innovation and Technology. Select The Corresponding Tab For Tool Accessibility",
87
  textbox=gr.Textbox(placeholder="Enter your question/prompt here..."),
88
  theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"),
89
  retry_btn=None,
@@ -121,7 +121,7 @@ mf_transcribe = gr.Interface(
121
  theme="huggingface",
122
  title=" ",
123
  description=(
124
- "Transcribe real-time speech or audio files at the click of a button."
125
  ),
126
  allow_flagging="never",
127
  )
 
83
 
84
  A1 = gr.ChatInterface(predict,
85
  title="COLLEAGUE",
86
+ description="Your AI Productivity Assistant Suite that Chats, Writes, Transcribes, and Creates, Built By Peach State Innovation and Technology. Select The Corresponding Tab For Tool Accessibility",
87
  textbox=gr.Textbox(placeholder="Enter your question/prompt here..."),
88
  theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"),
89
  retry_btn=None,
 
121
  theme="huggingface",
122
  title=" ",
123
  description=(
124
+ "Transcribe real-time speech and audio files of any length at the click of a button."
125
  ),
126
  allow_flagging="never",
127
  )