Spaces:
Build error
Build error
Commit
·
ea0fe8d
1
Parent(s):
9fe09ff
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,7 +44,7 @@ def transcribe(audio):
|
|
| 44 |
|
| 45 |
return image
|
| 46 |
|
| 47 |
-
|
| 48 |
gr.Interface(
|
| 49 |
fn=transcribe,
|
| 50 |
inputs=gr.Audio(source="microphone", type="filepath"),
|
|
|
|
| 44 |
|
| 45 |
return image
|
| 46 |
|
| 47 |
+
# gradio
|
| 48 |
gr.Interface(
|
| 49 |
fn=transcribe,
|
| 50 |
inputs=gr.Audio(source="microphone", type="filepath"),
|