Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
| 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"), os.path.join(os.path.dirname(__file__), "files/cantina.wav"), os.path.join(os.path.dirname(__file__), "files/cantina.wav"), 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"]},
|
|
|
|
| 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"), os.path.join(os.path.dirname(__file__), "files/cantina.wav"), os.path.join(os.path.dirname(__file__), "files/cantina.wav"), 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", "https://images.pexels.com/photos/1108099/pexels-photo-1108099.jpeg", "https://images.pexels.com/photos/1108099/pexels-photo-1108099.jpeg", "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"]},
|