Spaces:
Runtime error
Runtime error
hassanalsawadi
commited on
Commit
·
d9b09c5
1
Parent(s):
f8fb503
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ demo = gr.Interface(
|
|
83 |
title=title,
|
84 |
description=description,
|
85 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
86 |
-
examples=[["https://huggingface.co/spaces/hassanalsawadi/hala-absher-demo/
|
87 |
outputs="text")
|
88 |
|
89 |
if __name__ == "__main__":
|
|
|
83 |
title=title,
|
84 |
description=description,
|
85 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
86 |
+
examples=[["https://huggingface.co/spaces/hassanalsawadi/hala-absher-demo/resolve/main/example1.wav"], ["https://huggingface.co/spaces/hassanalsawadi/hala-absher-demo/resolve/main/example2.wav"]],
|
87 |
outputs="text")
|
88 |
|
89 |
if __name__ == "__main__":
|