Spaces:
Runtime error
Runtime error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -88,12 +88,10 @@ chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeh
|
|
| 88 |
with gr.Blocks(fill_height=True, ) as demo:
|
| 89 |
gr.ChatInterface(
|
| 90 |
fn=bot_streaming,
|
| 91 |
-
title="
|
| 92 |
examples=[{"text": "Describe the image in details?", "files": ["./robo.jpg"]},
|
| 93 |
-
{"text": "What does the chart display?", "files": ["./dataviz.png"]},
|
| 94 |
-
{"text": "What is 3?", "files": ["./setofmark1.jpg"]},
|
| 95 |
{"text": "Count the number of apples.", "files": ["./setofmark6.png"]},
|
| 96 |
-
|
| 97 |
],
|
| 98 |
description="Upload an image and start chatting.This is not the official demo.",
|
| 99 |
stop_btn="Stop Generation",
|
|
|
|
| 88 |
with gr.Blocks(fill_height=True, ) as demo:
|
| 89 |
gr.ChatInterface(
|
| 90 |
fn=bot_streaming,
|
| 91 |
+
title="DifferentByte",
|
| 92 |
examples=[{"text": "Describe the image in details?", "files": ["./robo.jpg"]},
|
|
|
|
|
|
|
| 93 |
{"text": "Count the number of apples.", "files": ["./setofmark6.png"]},
|
| 94 |
+
|
| 95 |
],
|
| 96 |
description="Upload an image and start chatting.This is not the official demo.",
|
| 97 |
stop_btn="Stop Generation",
|