ValMar2024 commited on
Commit
bd9e973
·
verified ·
1 Parent(s): da05775

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="file")
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="file")],
31
  outputs=[
32
  gr.Textbox(label="Transcrierea textului:"),
33
  gr.Textbox(label="Rezumatul textului:")