anilbhatt1 commited on
Commit
0b05242
1 Parent(s): 1a533bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,7 +210,7 @@ markdown_description = """
210
  - Based on the input you can query the app for more details
211
  - Trained based on Llava 1.0 and Llava 1.5 papers
212
  - Uses **microsoft/phi-2 qlora** optimized model finetuned on **instruct150k** dataset
213
- - Uses **whisperX** model for audio
214
  """
215
  demo = gr.Interface(fn=gradio_get_answers_fn,
216
  inputs=[
 
210
  - Based on the input you can query the app for more details
211
  - Trained based on Llava 1.0 and Llava 1.5 papers
212
  - Uses **microsoft/phi-2 qlora** optimized model finetuned on **instruct150k** dataset
213
+ - Uses **whisperX** model for audio (https://github.com/m-bain/whisperX)
214
  """
215
  demo = gr.Interface(fn=gradio_get_answers_fn,
216
  inputs=[