Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
ZennyKenny
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def process_audio(audio_file):
|
|
18 |
# Gradio Interface
|
19 |
interface = gr.Interface(
|
20 |
fn=process_audio,
|
21 |
-
inputs=gr.Audio(
|
22 |
outputs=[
|
23 |
gr.Textbox(label="Full Transcription"),
|
24 |
gr.Textbox(label="Summary")
|
|
|
18 |
# Gradio Interface
|
19 |
interface = gr.Interface(
|
20 |
fn=process_audio,
|
21 |
+
inputs=gr.Audio(type="filepath", label="Upload Audio File"),
|
22 |
outputs=[
|
23 |
gr.Textbox(label="Full Transcription"),
|
24 |
gr.Textbox(label="Summary")
|