Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=[
|