Spaces:
Runtime error
Runtime error
Update app.py
#1
by
hgdgng
- opened
app.py
CHANGED
@@ -73,11 +73,7 @@ def bot_streaming(message, history, max_new_tokens=250):
|
|
73 |
demo = gr.ChatInterface(fn=bot_streaming, title="Multimodal Llama", examples=[
|
74 |
[{"text": "Which era does this piece belong to? Give details about the era.", "files":["./examples/rococo.jpg"]},
|
75 |
200],
|
76 |
-
|
77 |
-
250],
|
78 |
-
[{"text": "What happens when you take out white cat from this chain?", "files":["./examples/ai2d_test.jpg"]},
|
79 |
-
250],
|
80 |
-
[{"text": "How long does it take from invoice date to due date? Be short and concise.", "files":["./examples/invoice.png"]},
|
81 |
250],
|
82 |
[{"text": "Where to find this monument? Can you give me other recommendations around the area?", "files":["./examples/wat_arun.jpg"]},
|
83 |
250],
|
|
|
73 |
demo = gr.ChatInterface(fn=bot_streaming, title="Multimodal Llama", examples=[
|
74 |
[{"text": "Which era does this piece belong to? Give details about the era.", "files":["./examples/rococo.jpg"]},
|
75 |
200],
|
76 |
+
[{"text": "How long does it take from invoice date to due date? Be short and concise.", "files":["./examples/invoice.png"]},
|
|
|
|
|
|
|
|
|
77 |
250],
|
78 |
[{"text": "Where to find this monument? Can you give me other recommendations around the area?", "files":["./examples/wat_arun.jpg"]},
|
79 |
250],
|