Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,8 +96,8 @@ with gr.Blocks(fill_height=True, ) as demo:
|
|
| 96 |
gr.ChatInterface(
|
| 97 |
fn=bot_streaming,
|
| 98 |
title="Phi3 Vision 128K Instruct",
|
| 99 |
-
examples=[{"text": "
|
| 100 |
-
{"text": "
|
| 101 |
description="Try [microsoft/Phi-3-vision-128k-instruct](https://huggingface.co/microsoft/Phi-3-vision-128k-instruct). Upload an image and start chatting about it, or simply try one of the examples below. If you won't upload an image, you will receive an error.",
|
| 102 |
stop_btn="Stop Generation",
|
| 103 |
multimodal=True,
|
|
|
|
| 96 |
gr.ChatInterface(
|
| 97 |
fn=bot_streaming,
|
| 98 |
title="Phi3 Vision 128K Instruct",
|
| 99 |
+
examples=[{"text": "Describe the image in details?", "files": ["./robo.jpg"]},
|
| 100 |
+
{"text": "What does the chart displays?", "files": ["./dataviz.png"]}],
|
| 101 |
description="Try [microsoft/Phi-3-vision-128k-instruct](https://huggingface.co/microsoft/Phi-3-vision-128k-instruct). Upload an image and start chatting about it, or simply try one of the examples below. If you won't upload an image, you will receive an error.",
|
| 102 |
stop_btn="Stop Generation",
|
| 103 |
multimodal=True,
|