KwabsHug commited on
Commit
11d11bf
·
1 Parent(s): ac8d93f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -337,7 +337,7 @@ with gr.Blocks() as lliface:
337
  gr.HTML("Extra functions needed - Persitent Sentence translation, UNWFWO, POS tagging and Word Count per user of words in their account. Macaronic Text is also another way to practice only the important information")
338
  with gr.Tab("Merged Subtitles"):
339
  gr.Interface(fn=split_srt_file, inputs="file", outputs="text", title="Text for w4w creation in G Translate")
340
- gr.Interface(fn=splittext, inputs="file", outputs="text", title="Text for w4w creation in G Translate"))
341
  with gr.Row():
342
  RomanFile = gr.File(label="Paste Roman")
343
  W4WFile = gr.File(label="Paste Word 4 Word")
 
337
  gr.HTML("Extra functions needed - Persitent Sentence translation, UNWFWO, POS tagging and Word Count per user of words in their account. Macaronic Text is also another way to practice only the important information")
338
  with gr.Tab("Merged Subtitles"):
339
  gr.Interface(fn=split_srt_file, inputs="file", outputs="text", title="Text for w4w creation in G Translate")
340
+ gr.Interface(fn=splittext, inputs="file", outputs="text", title="Text for w4w creation in G Translate")
341
  with gr.Row():
342
  RomanFile = gr.File(label="Paste Roman")
343
  W4WFile = gr.File(label="Paste Word 4 Word")