Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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
|
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 |
)
|