SaladSlayer00 commited on
Commit
42ae7a3
1 Parent(s): 2bc9534

the new app with translation support, youtube and summarizaiton, pdf, tts, examples

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -88,10 +88,10 @@ with app:
88
 
89
  with gr.Tab("Audio Processing"):
90
  gr.Markdown("### Example Audio Files")
91
- gr.Audio("/content/newspace/examples/La_Casa.mp3", label="Short Audio 1")
92
- gr.Audio("/content/newspace/examples/La_Neve.mp3", label="Short Audio 2")
93
- gr.Audio("/content/newspace/examples/La_Lettera.mp3", label="Long Audio 3")
94
- gr.Audio("/content/newspace/examples/Le_Feste.mp3", label="Long Audio 4")
95
  with gr.Row():
96
  audio_input = gr.Audio(label="Upload Audio or Record", type="filepath")
97
  audio_process_button = gr.Button("Process Audio")
@@ -113,10 +113,10 @@ with app:
113
 
114
  with gr.Tab("Italian Audio to English PDF"):
115
  gr.Markdown("### Example Audio Files")
116
- gr.Audio("/content/newspace/examples/La_Casa.mp3", label="Short Audio 1")
117
- gr.Audio("/content/newspace/examples/La_Neve.mp3", label="Short Audio 2")
118
- gr.Audio("/content/newspace/examples/La_Lettera.mp3", label="Long Audio 3")
119
- gr.Audio("/content/newspace/examples/Le_Feste.mp3", label="Long Audio 4")
120
  with gr.Row():
121
  audio_input = gr.Audio(label="Upload Italian Audio", type="filepath")
122
  translate_process_button = gr.Button("Translate and Save as PDF")
 
88
 
89
  with gr.Tab("Audio Processing"):
90
  gr.Markdown("### Example Audio Files")
91
+ gr.Audio("/examples/La_Casa.mp3", label="Short Audio 1")
92
+ gr.Audio("/La_Neve.mp3", label="Short Audio 2")
93
+ gr.Audio("/examples/La_Lettera.mp3", label="Long Audio 3")
94
+ gr.Audio("/examples/Le_Feste.mp3", label="Long Audio 4")
95
  with gr.Row():
96
  audio_input = gr.Audio(label="Upload Audio or Record", type="filepath")
97
  audio_process_button = gr.Button("Process Audio")
 
113
 
114
  with gr.Tab("Italian Audio to English PDF"):
115
  gr.Markdown("### Example Audio Files")
116
+ gr.Audio("/examples/La_Casa.mp3", label="Short Audio 1")
117
+ gr.Audio("/examples/La_Neve.mp3", label="Short Audio 2")
118
+ gr.Audio("/examples/La_Lettera.mp3", label="Long Audio 3")
119
+ gr.Audio("/examples/Le_Feste.mp3", label="Long Audio 4")
120
  with gr.Row():
121
  audio_input = gr.Audio(label="Upload Italian Audio", type="filepath")
122
  translate_process_button = gr.Button("Translate and Save as PDF")