Spaces:
Sleeping
Sleeping
thiagolira
commited on
Commit
•
b76391f
1
Parent(s):
f9853af
first commit
Browse files- app.py +12 -0
- salvete.wav +0 -0
- seneca.wav +0 -0
app.py
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import gradio as gr
|
2 |
+
|
3 |
+
|
4 |
+
demo = gr.load("models/thiagolira/CiceroASR",
|
5 |
+
examples = [["./seneca.wav", "transcribe"],
|
6 |
+
["./salvete.wav", "transcribe"],
|
7 |
+
],
|
8 |
+
title = "Transcribe Classical Latin with CiceroASR!",
|
9 |
+
description=("Transcribe microphone or audio inputs with the click of a button!"),
|
10 |
+
)
|
11 |
+
|
12 |
+
demo.launch()
|
salvete.wav
ADDED
Binary file (64 kB). View file
|
|
seneca.wav
ADDED
Binary file (448 kB). View file
|
|