hmb HF staff commited on
Commit
74aa30a
·
verified ·
1 Parent(s): 8e28895

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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,