Mustafa Al Hamad commited on
Commit ·
3521d8f
1
Parent(s): 4f4c8b4
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,8 +13,10 @@ with gr.Blocks() as demo:
|
|
| 13 |
inp = gr.Audio(source="")
|
| 14 |
out = None
|
| 15 |
examples = gr.Examples(examples=[
|
| 16 |
-
[os.path.join(os.path.dirname(__file__),"
|
| 17 |
-
[os.path.join(os.path.dirname(__file__),"
|
|
|
|
|
|
|
| 18 |
],inputs=inp)
|
| 19 |
inp.change(welcome, inp, out)
|
| 20 |
|
|
|
|
| 13 |
inp = gr.Audio(source="")
|
| 14 |
out = None
|
| 15 |
examples = gr.Examples(examples=[
|
| 16 |
+
[os.path.join(os.path.dirname(__file__),"LastPoint2.mp3")],
|
| 17 |
+
[os.path.join(os.path.dirname(__file__),"5MinutesLeft.mp3")],
|
| 18 |
+
[os.path.join(os.path.dirname(__file__),"Overtime4.mp3")],
|
| 19 |
+
[os.path.join(os.path.dirname(__file__),"AdditionalTimeEnemy.mp3")]
|
| 20 |
],inputs=inp)
|
| 21 |
inp.change(welcome, inp, out)
|
| 22 |
|