Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ with gr.Blocks() as demo:
|
|
74 |
3. Audio Model: [Whisper Tiny](https://huggingface.co/openai/whisper-tiny)
|
75 |
4. Pretraining Dataset: [LAION-CC-SBU dataset with BLIP captions(200k samples)](https://huggingface.co/datasets/liuhaotian/LLaVA-Pretrain)
|
76 |
5. Finetuning Dataset: [Instruct 150k dataset based on COCO](https://huggingface.co/datasets/liuhaotian/LLaVA-Instruct-150K)
|
77 |
-
6. Finetuned Model: [RaviNaik/Llava-Phi2](https://huggingface.co/
|
78 |
"""
|
79 |
)
|
80 |
with gr.Row():
|
|
|
74 |
3. Audio Model: [Whisper Tiny](https://huggingface.co/openai/whisper-tiny)
|
75 |
4. Pretraining Dataset: [LAION-CC-SBU dataset with BLIP captions(200k samples)](https://huggingface.co/datasets/liuhaotian/LLaVA-Pretrain)
|
76 |
5. Finetuning Dataset: [Instruct 150k dataset based on COCO](https://huggingface.co/datasets/liuhaotian/LLaVA-Instruct-150K)
|
77 |
+
6. Finetuned Model: [RaviNaik/Llava-Phi2](https://huggingface.co/GunaKoppula/Llava-Phi2)
|
78 |
"""
|
79 |
)
|
80 |
with gr.Row():
|