navjotk commited on
Commit
65b673e
·
verified ·
1 Parent(s): 2905d8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def handle_voice_query(audio_file):
53
  return query, response, audio_path
54
 
55
  with gr.Blocks() as demo:
56
- gr.Markdown("# 🗣️ ** ਆਵਾਜ਼ ਰਾਹੀਂ ਪੁੱਛੋ**")
57
  gr.Markdown("### ਆਪਣਾ ਸਵਾਲ ਆਵਾਜ਼ ਰਾਹੀਂ ਪੁੱਛੋ (ਪੰਜਾਬੀ ਵਿੱਚ)")
58
  audio_input = gr.Audio(type="filepath", label="🎤 ਸਵਾਲ ਬੋਲੋ")
59
  query_text = gr.Textbox(label="🔍 ਬੋਲਿਆ ਗਿਆ ਸਵਾਲ")
 
53
  return query, response, audio_path
54
 
55
  with gr.Blocks() as demo:
56
+ gr.Markdown("# 🗣️ **ਆਵਾਜ਼ ਰਾਹੀਂ ਪੁੱਛੋ**")
57
  gr.Markdown("### ਆਪਣਾ ਸਵਾਲ ਆਵਾਜ਼ ਰਾਹੀਂ ਪੁੱਛੋ (ਪੰਜਾਬੀ ਵਿੱਚ)")
58
  audio_input = gr.Audio(type="filepath", label="🎤 ਸਵਾਲ ਬੋਲੋ")
59
  query_text = gr.Textbox(label="🔍 ਬੋਲਿਆ ਗਿਆ ਸਵਾਲ")