Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def procesare_audio(file):
|
|
27 |
# Define the Gradio interface
|
28 |
interface = gr.Interface(
|
29 |
fn=procesare_audio,
|
30 |
-
inputs=[gr.Audio(type="
|
31 |
outputs=[
|
32 |
gr.Textbox(label="Transcrierea textului:"),
|
33 |
gr.Textbox(label="Rezumatul textului:")
|
|
|
27 |
# Define the Gradio interface
|
28 |
interface = gr.Interface(
|
29 |
fn=procesare_audio,
|
30 |
+
inputs=[gr.Audio(type="filepath")],
|
31 |
outputs=[
|
32 |
gr.Textbox(label="Transcrierea textului:"),
|
33 |
gr.Textbox(label="Rezumatul textului:")
|