candenizkocak commited on
Commit
d3a877f
·
verified ·
1 Parent(s): 40f84f2

Update app.py

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