Spaces:
Sleeping
Sleeping
Allow showing <image> tag
Browse files
app.py
CHANGED
|
@@ -259,6 +259,7 @@ examples = [
|
|
| 259 |
demo = gr.ChatInterface(
|
| 260 |
fn=run,
|
| 261 |
type="messages",
|
|
|
|
| 262 |
textbox=gr.MultimodalTextbox(file_types=["image", ".mp4"], file_count="multiple"),
|
| 263 |
multimodal=True,
|
| 264 |
additional_inputs=[
|
|
|
|
| 259 |
demo = gr.ChatInterface(
|
| 260 |
fn=run,
|
| 261 |
type="messages",
|
| 262 |
+
chatbot=gr.Chatbot(type="messages", scale=1, allow_tags=["image"]),
|
| 263 |
textbox=gr.MultimodalTextbox(file_types=["image", ".mp4"], file_count="multiple"),
|
| 264 |
multimodal=True,
|
| 265 |
additional_inputs=[
|