AkashMnd commited on
Commit
d7e9e68
1 Parent(s): 0a11c6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -107,7 +107,7 @@ demo = gr.Interface(
107
  fn=audio_to_base64,
108
  inputs=["microphone"],
109
  outputs="text",
110
- title="Dual Model Inference Test",
111
  description="Speak into the microphone and see the LLM response. (Faster Whisper tiny + llama13B)",
112
  theme='WeixuanYuan/Soft_dark'
113
  )
 
107
  fn=audio_to_base64,
108
  inputs=["microphone"],
109
  outputs="text",
110
+ title="Voice Assistant for SIF Hackathon *Our Vision* (Submit Again if error pops up)",
111
  description="Speak into the microphone and see the LLM response. (Faster Whisper tiny + llama13B)",
112
  theme='WeixuanYuan/Soft_dark'
113
  )