jai9955 commited on
Commit
0b97cff
·
verified ·
1 Parent(s): 7e6183a

Update ui.py

Browse files
Files changed (1) hide show
  1. ui.py +1 -1
ui.py CHANGED
@@ -67,7 +67,7 @@ with demo:
67
  # Voice to LLM & Sentiment Analyzer with RAG (PDF Upload & Gemini TTS)
68
  """)
69
  with gr.Row():
70
- pdf_input = gr.Files(label="Upload PDF(s)", type="file")
71
  pdf_status = gr.Textbox(label="PDF Processing Status")
72
  pdf_input.upload(process_pdfs, inputs=pdf_input, outputs=pdf_status)
73
  audio_input = gr.Audio(sources=["microphone"], type="filepath", label="Speak your query")
 
67
  # Voice to LLM & Sentiment Analyzer with RAG (PDF Upload & Gemini TTS)
68
  """)
69
  with gr.Row():
70
+ pdf_input = gr.Files(label="Upload PDF(s)", type="filepath")
71
  pdf_status = gr.Textbox(label="PDF Processing Status")
72
  pdf_input.upload(process_pdfs, inputs=pdf_input, outputs=pdf_status)
73
  audio_input = gr.Audio(sources=["microphone"], type="filepath", label="Speak your query")