Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
37 |
{"text": "Try this example with this image.", "files": ["https://i.insider.com/5df14d0ee94e860668396b82?width=2000&format=jpeg&auto=webp", "https://i.insider.com/5df14d0ee94e860668396b82?width=2000&format=jpeg&auto=webp")]},
|
38 |
{"text": "This is just text, no files!"},
|
39 |
{"text": "Try this example with this image.", "files": ["https://i.insider.com/5df14d0ee94e860668396b82?width=2000&format=jpeg&auto=webp", "https://i.insider.com/5df14d0ee94e860668396b82?width=2000&format=jpeg&auto=webp"), os.path.join(os.path.dirname(__file__), "https://i.insider.com/5df14d0ee94e860668396b82?width=2000&format=jpeg&auto=webp")]},
|
40 |
-
{"text": "Try this example with this Audio.", "files": ["https://i.insider.com/5df14d0ee94e860668396b82?width=2000&format=jpeg&auto=webp", "files/cantina.wav")]}
|
41 |
)
|
42 |
|
43 |
chat_input = gr.MultimodalTextbox(interactive=True,
|
|
|
37 |
{"text": "Try this example with this image.", "files": ["https://i.insider.com/5df14d0ee94e860668396b82?width=2000&format=jpeg&auto=webp", "https://i.insider.com/5df14d0ee94e860668396b82?width=2000&format=jpeg&auto=webp")]},
|
38 |
{"text": "This is just text, no files!"},
|
39 |
{"text": "Try this example with this image.", "files": ["https://i.insider.com/5df14d0ee94e860668396b82?width=2000&format=jpeg&auto=webp", "https://i.insider.com/5df14d0ee94e860668396b82?width=2000&format=jpeg&auto=webp"), os.path.join(os.path.dirname(__file__), "https://i.insider.com/5df14d0ee94e860668396b82?width=2000&format=jpeg&auto=webp")]},
|
40 |
+
{"text": "Try this example with this Audio.", "files": ["https://i.insider.com/5df14d0ee94e860668396b82?width=2000&format=jpeg&auto=webp", "files/cantina.wav")]}
|
41 |
)
|
42 |
|
43 |
chat_input = gr.MultimodalTextbox(interactive=True,
|