hmb HF staff commited on
Commit
6775f05
·
verified ·
1 Parent(s): e66c1a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -37,9 +37,9 @@ with gr.Blocks(fill_height=True) as demo:
37
  {"icon": "https://images.pexels.com/photos/1108099/pexels-photo-1108099.jpeg",
38
  "display_text": "Display Text Here!",
39
  "text": "Try this example with this audio.",
40
- "files": [os.path.join(os.path.dirname(__file__), "files/cantina.wav")]},
41
  {"text": "Try this example with this image.",
42
- "files": ["https://images.pexels.com/photos/1108099/pexels-photo-1108099.jpeg"]},
43
  {"text": "This is just text, no files!"},
44
  {"text": "Try this example with this image.",
45
  "files": ["https://images.pexels.com/photos/1108099/pexels-photo-1108099.jpeg"]},
 
37
  {"icon": "https://images.pexels.com/photos/1108099/pexels-photo-1108099.jpeg",
38
  "display_text": "Display Text Here!",
39
  "text": "Try this example with this audio.",
40
+ "files": [os.path.join(os.path.dirname(__file__), "files/cantina.wav"), os.path.join(os.path.dirname(__file__), "files/cantina.wav")]},
41
  {"text": "Try this example with this image.",
42
+ "files": ["https://images.pexels.com/photos/1108099/pexels-photo-1108099.jpeg", "https://images.pexels.com/photos/1108099/pexels-photo-1108099.jpeg"]},
43
  {"text": "This is just text, no files!"},
44
  {"text": "Try this example with this image.",
45
  "files": ["https://images.pexels.com/photos/1108099/pexels-photo-1108099.jpeg"]},