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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -336,8 +336,8 @@ with gr.Blocks() as lliface:
336
  with gr.Tab("Advanced - LingQ Addons ideas"):
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")
 
336
  with gr.Tab("Advanced - LingQ Addons ideas"):
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="text", outputs="text", label="Text for w4w creation in G Translate")
340
+ gr.Interface(fn=splittext, inputs="text", outputs="text", label="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")