Spaces:
Build error
Build error
Commit
·
b7ed6ad
1
Parent(s):
20415e6
Update app.py
Browse files
app.py
CHANGED
@@ -14,5 +14,5 @@ def transcribing(audio):
|
|
14 |
audio = gr.inputs.Audio(type="filepath")
|
15 |
|
16 |
# Loading the gradio framwork
|
17 |
-
iface = gr.Interface(fn=transcribing,inputs=audio, outputs="text", title="Transcribe.AI", description="
|
18 |
iface.launch()
|
|
|
14 |
audio = gr.inputs.Audio(type="filepath")
|
15 |
|
16 |
# Loading the gradio framwork
|
17 |
+
iface = gr.Interface(fn=transcribing,inputs=audio, outputs="text", title="Transcribe.AI", description="Transcribe audiofiles with artificial intelligence.")
|
18 |
iface.launch()
|