Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ interface = gr.Interface(
|
|
66 |
gr.Textbox(visible=False),
|
67 |
gr.State()
|
68 |
],
|
69 |
-
title="Chat with Llama 3.
|
70 |
description="Upload an audio file or type text to get a chat response based on the transcription.",
|
71 |
allow_flagging='never' # Prevent flagging to isolate sessions
|
72 |
)
|
|
|
66 |
gr.Textbox(visible=False),
|
67 |
gr.State()
|
68 |
],
|
69 |
+
title="Chat with Llama 3.2-11B With Text or Voice (Whisper Large-v3)",
|
70 |
description="Upload an audio file or type text to get a chat response based on the transcription.",
|
71 |
allow_flagging='never' # Prevent flagging to isolate sessions
|
72 |
)
|